Microsoft.SQLServer.2016.AlwaysOn.AvailabilityReplicaMSSQL 2016: Replica di disponibilità

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

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

Knowledge Base article:

Riepilogo

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

Element properties:

Base ClassMicrosoft.SQLServer.2016.Component
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId849bdddd-4652-5774-7ccd-7ab72f56337f

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 di monitoraggio. false 256  False 
Microsoft.SQLServer.2016.AlwaysOn.AvailabilityReplica:
Role  string  Ruolo false 256  False 
UniqueId  guid  ID true 256   
BackupPriority  int  Priorità di backup false 256   
FailoverMode  string  Modalità di failover false 256  False 
AvailabilityMode  string  Modalità di disponibilità false 256  False 
ConnectionState  string  Stato connessione false 256  False 
ConnectionModeInPrimaryRole  string  Modalità connessione primaria false 256  False 
ConnectionModeInSecondaryRole  string  Modalità connessione secondaria false 256  False 
EndpointUrl  string  URL endpoint false 256  False 
OperationalState  string  Stato operativo false 256  False 
AvailabilityGroupUniqueId  guid  ID gruppo di disponibilità false 256   
AvailabilityGroupName  string  Nome gruppo di disponibilità false 256  False 
PerformanceObjectName  string  Nome oggetto contatore delle prestazioni false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.2016.AlwaysOn.AvailabilityReplica" Accessibility="Public" Abstract="false" Base="MicrosoftSQLServer2016Discovery!Microsoft.SQLServer.2016.Component" Hosted="true" Singleton="false">
<Property ID="Role" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="UniqueId" Type="guid" Key="true" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="BackupPriority" Type="int" Key="false"/>
<Property ID="FailoverMode" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="AvailabilityMode" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="ConnectionState" Type="string" Key="false" CaseSensitive="false" Length="256"/>
<Property ID="ConnectionModeInPrimaryRole" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="ConnectionModeInSecondaryRole" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="EndpointUrl" Type="string" Key="false" CaseSensitive="false" Length="256"/>
<Property ID="OperationalState" Type="string" Key="false" CaseSensitive="false" Length="256"/>
<Property ID="AvailabilityGroupUniqueId" Type="guid" Key="false" CaseSensitive="false"/>
<Property ID="AvailabilityGroupName" Type="string" Key="false" CaseSensitive="false"/>
<Property ID="PerformanceObjectName" Type="string" Key="false" CaseSensitive="false" Length="256"/>
</ClassType>