Microsoft.SQLServer.2016.AlwaysOn.AvailabilityGroupMSSQL 2016: Grupo de Disponibilidade

Microsoft.SQLServer.2016.AlwaysOn.AvailabilityGroup (ClassType)

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

Knowledge Base article:

Resumo

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

Element properties:

Base ClassSystem.Entity
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId6b51dff8-ed5d-443e-4483-e1a3c1e9eb23

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 de monitoramento. false 256  False 
Microsoft.SQLServer.2016.AlwaysOn.AvailabilityGroup:
UniqueId  guid  ID true 256   
PrimaryReplicaServerName  string  Réplica Primária false 256  False 
ClusterName  string  Nome do Cluster false 256  False 
AutomatedBackupPreference  string  Preferências 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   

Health Model:

Source Code:

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