Microsoft.SQLServer.Core.AvailabilityGroupGrupo de Disponibilidade do SQL Server

Microsoft.SQLServer.Core.AvailabilityGroup (ClassType)

Este objeto representa o objeto SMO do grupo de disponibilidade e contém todas as propriedades necessárias para a identificação e o monitoramento.

Knowledge Base article:

Resumo

Este objeto representa o objeto SMO do grupo de disponibilidade e contém todas as propriedades necessárias para a identificação e o monitoramento.

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (PTB) Description (PTB) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Nome para exibição Nome para exibição do objeto. false 4000  False 
Microsoft.SQLServer.Core.AvailabilityGroup:
UniqueId  guid  ID true 256   
PrimaryReplicaServerName  string  Réplica Primária false 256  False 
AutomatedBackupPreference  string  Preferência de Backup false 256  False 
FailureConditionLevel  string  Nível da Condição de Falha false 256  False 
HealthCheckTimeout  int  Tempo Limite de Verificação de Integridade false 256   
ClusterType  string  Tipo de Cluster 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>