Microsoft.SQLServer.Core.DatabaseReplica泛型 SQL Server 数据库副本

Microsoft.SQLServer.Core.DatabaseReplica (ClassType)

泛型 SQL Server 数据库副本。

Knowledge Base article:

摘要

泛型 SQL Server 数据库副本。

Element properties:

Base ClassSystem.Entity
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId6679b754-4592-04ec-9bcc-3feaebe41fd6

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHS) Description (CHS) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  显示名称 对象的显示名称。 false 4000  False 
Microsoft.SQLServer.Core.DatabaseReplica:
AvailabilityDatabaseName  string  可用性数据库名称 true 256  False 
AvailabilityDatabaseId  guid  可用性数据库 ID false 256   
AvailabilityGroupName  string  可用性组名称 false 256  False 
AvailabilityGroupId  guid  可用性组 ID false 256   
AvailabilityReplicaServerName  string  可用性副本服务器名称 false 256  False 
AvailabilityReplicaId  guid  可用性副本 ID false 256   
DatabaseId  int  数据库 ID false 256   
IsFailoverReady  bool  故障转移就绪 false 256   
IsJoined  bool  已联接 false 256   
IsSuspended  bool  已挂起 false 256   
SuspendReason  string  挂起原因 false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.Core.DatabaseReplica" Base="System!System.Entity" Accessibility="Public" Abstract="true" Hosted="false" Singleton="false">
<Property ID="AvailabilityDatabaseName" Type="string" Key="true" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="AvailabilityDatabaseId" Type="guid" Key="false"/>
<Property ID="AvailabilityGroupName" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="AvailabilityGroupId" Type="guid" Key="false"/>
<Property ID="AvailabilityReplicaServerName" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="AvailabilityReplicaId" Type="guid" Key="false"/>
<Property ID="DatabaseId" Type="int" Key="false"/>
<Property ID="IsFailoverReady" Type="bool" Key="false"/>
<Property ID="IsJoined" Type="bool" Key="false"/>
<Property ID="IsSuspended" Type="bool" Key="false"/>
<Property ID="SuspendReason" Type="string" Key="false" CaseSensitive="false" MaxLength="256"/>
</ClassType>