Microsoft.SQLServer.Core.AvailabilityReplicaRéplica de disponibilidade genérica do SQL Server

Microsoft.SQLServer.Core.AvailabilityReplica (ClassType)

Réplica de disponibilidade do SQL Server genérico.

Knowledge Base article:

Resumo

Réplica de disponibilidade do SQL Server genérico.

Element properties:

Base ClassSystem.Entity
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdb5ec91f4-7f5b-18a5-7b0a-ff5712b17b2a

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. false 4000  False 
Microsoft.SQLServer.Core.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ária false 256  False 
ConnectionModeInSecondaryRole  string  Modo de Conexão Secundária 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 

Health Model:

Source Code:

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