Microsoft.SQLServer.2014.AlwaysOn.AvailabilityReplicaMSSQL 2014: réplica de disponibilidad

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

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

Knowledge Base article:

Resumen

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

Element properties:

Base ClassMicrosoft.SQLServer.2014.Component
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId8728afee-9134-d872-fe79-8102ecf53c8f

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 de objeto de supervisión. false 256  False 
Microsoft.SQLServer.2014.AlwaysOn.AvailabilityReplica:
Role  string  Rol false 256  False 
UniqueId  guid  Id. true 256   
BackupPriority  int  Prioridad de copia de seguridad false 256   
FailoverMode  string  Modo de conmutación por error false 256  False 
AvailabilityMode  string  Modo de disponibilidad false 256  False 
ConnectionState  string  Estado de conexión false 256  False 
ConnectionModeInPrimaryRole  string  Modo de conexión principal false 256  False 
ConnectionModeInSecondaryRole  string  Modo de conexión secundaria false 256  False 
EndpointUrl  string  Dirección URL del extremo false 256  False 
OperationalState  string  Estado operativo false 256  False 
AvailabilityGroupUniqueId  guid  Id. de grupo de disponibilidad false 256   
AvailabilityGroupName  string  Nombre del grupo de disponibilidad false 256  False 
PerformanceObjectName  string  Nombre de objeto de contador de rendimiento false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.2014.AlwaysOn.AvailabilityReplica" Accessibility="Public" Abstract="false" Base="MicrosoftSQLServer2014Discovery!Microsoft.SQLServer.2014.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>