Microsoft.SQLServer.2014.AlwaysOn.AvailabilityReplicaMSSQL 2014: Réplica de Disponibilidade

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

Este objeto representa o objeto SMO de Réplica 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 de Réplica de Disponibilidade e contém todas as propriedades necessárias para identificação e monitoramento.

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 (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.2014.AlwaysOn.AvailabilityReplica:
Role  string  Função false 256  False 
UniqueId  guid  ID true 256   
BackupPriority  int  Prioridade de Backup false 256   
FailoverMode  string  Modo de Failover false 256  False 
AvailabilityMode  string  Modo de Disponibilidade false 256  False 
ConnectionState  string  Estado da Conexão false 256  False 
ConnectionModeInPrimaryRole  string  Modo de Conexão Primário false 256  False 
ConnectionModeInSecondaryRole  string  Modo de Conexão Secundário false 256  False 
EndpointUrl  string  URL do Ponto de Extremidade false 256  False 
OperationalState  string  Estado Operacional false 256  False 
AvailabilityGroupUniqueId  guid  ID do Grupo de Disponibilidade false 256   
AvailabilityGroupName  string  Nome do Grupo de Disponibilidade false 256  False 
PerformanceObjectName  string  Nome do Objeto do Contador de Desempenho 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>