Microsoft.SQLServer.2014.AlwaysOn.AvailabilityReplicaMSSQL 2014: 可用性複本

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

此物件代表可用性複本 SMO 物件,並包含進行識別與監視所需的所有屬性。

Knowledge Base article:

摘要

此物件代表可用性複本 SMO 物件,並包含進行識別與監視所需的所有屬性。

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 (CHT) Description (CHT) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  顯示名稱 顯示監視物件的名稱。 false 256  False 
Microsoft.SQLServer.2014.AlwaysOn.AvailabilityReplica:
Role  string  角色 false 256  False 
UniqueId  guid  識別碼 true 256   
BackupPriority  int  備份優先權 false 256   
FailoverMode  string  容錯移轉模式 false 256  False 
AvailabilityMode  string  可用性模式 false 256  False 
ConnectionState  string  連接狀態 false 256  False 
ConnectionModeInPrimaryRole  string  主要連接模式 false 256  False 
ConnectionModeInSecondaryRole  string  次要連接模式 false 256  False 
EndpointUrl  string  端點 URL false 256  False 
OperationalState  string  操作狀態 false 256  False 
AvailabilityGroupUniqueId  guid  可用性群組識別碼 false 256   
AvailabilityGroupName  string  可用性群組名稱 false 256  False 
PerformanceObjectName  string  效能計數器物件名稱 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>