Microsoft.SQLServer.Core.AvailabilityGroupGruppo di disponibilità di SQL Server

Microsoft.SQLServer.Core.AvailabilityGroup (ClassType)

Questo oggetto rappresenta l'oggetto SMO del gruppo di disponibilità e contiene tutte le proprietà necessarie per l'identificazione e il monitoraggio.

Knowledge Base article:

Riepilogo

Questo oggetto rappresenta l'oggetto SMO del gruppo di disponibilità e contiene tutte le proprietà necessarie per l'identificazione e il monitoraggio.

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ITA) Description (ITA) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Nome visualizzato Nome visualizzato dell'oggetto. false 4000  False 
Microsoft.SQLServer.Core.AvailabilityGroup:
UniqueId  guid  ID true 256   
PrimaryReplicaServerName  string  Replica primaria false 256  False 
AutomatedBackupPreference  string  Preferenze di backup false 256  False 
FailureConditionLevel  string  Livello condizione di errore false 256  False 
HealthCheckTimeout  int  Timeout controllo integrità false 256   
ClusterType  string  Tipo di 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>