Microsoft.SQLServer.Core.AvailabilityGroupGrupo de disponibilidad de SQL Server

Microsoft.SQLServer.Core.AvailabilityGroup (ClassType)

Este objeto representa el objeto SMO del grupo de disponibilidad y contiene todas las propiedades necesarias para la identificación y supervisión.

Knowledge Base article:

Resumen

Este objeto representa el objeto SMO del grupo de disponibilidad y contiene todas las propiedades necesarias para la identificación y supervisión.

Element properties:

Base ClassSystem.Entity
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdbc80a646-c8cf-53ad-fc7e-b32ee971fe2d

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ESN) Description (ESN) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Nombre para mostrar Nombre para mostrar del objeto. false 4000  False 
Microsoft.SQLServer.Core.AvailabilityGroup:
UniqueId  guid  Identificador true 256   
PrimaryReplicaServerName  string  Réplica principal false 256  False 
AutomatedBackupPreference  string  Preferencia de copia de seguridad false 256  False 
FailureConditionLevel  string  Nivel de condición de error false 256  False 
HealthCheckTimeout  int  Tiempo de expiración de comprobación de estado false 256   
ClusterType  string  Tipo de clúster false 30  False 
ClusterName  string      false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.Core.AvailabilityGroup" Base="System!System.Entity" Accessibility="Public" Abstract="false" Hosted="false" Singleton="false">
<Property ID="UniqueId" Type="guid" Key="true" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="PrimaryReplicaServerName" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="AutomatedBackupPreference" Type="string" Key="false" CaseSensitive="false" MaxLength="256"/>
<Property ID="FailureConditionLevel" Type="string" Key="false" CaseSensitive="false" MaxLength="256"/>
<Property ID="HealthCheckTimeout" Type="int" Key="false"/>
<Property ID="ClusterType" Type="string" Key="false" CaseSensitive="false" MaxLength="30"/>
<Property ID="ClusterName" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
</ClassType>