Microsoft.SQLServer.Core.DatabaseReplicaReplica di database di SQL Server generica

Microsoft.SQLServer.Core.DatabaseReplica (ClassType)

Replica di database di SQL Server generica.

Knowledge Base article:

Riepilogo

Replica di database di SQL Server generica.

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ITA) Description (ITA) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Nome visualizzato Nome visualizzato dell'oggetto. false 4000  False 
Microsoft.SQLServer.Core.DatabaseReplica:
AvailabilityDatabaseName  string  Nome database di disponibilità true 256  False 
AvailabilityDatabaseId  guid  ID database di disponibilità false 256   
AvailabilityGroupName  string  Nome gruppo di disponibilità false 256  False 
AvailabilityGroupId  guid  ID gruppo di disponibilità false 256   
AvailabilityReplicaServerName  string  Nome server replica di disponibilità false 256  False 
AvailabilityReplicaId  guid  ID replica di disponibilità false 256   
DatabaseId  int  ID database false 256   
IsFailoverReady  bool  Conformità failover false 256   
IsJoined  bool  Unione eseguita false 256   
IsSuspended  bool  Sospesa false 256   
SuspendReason  string  Motivo di sospensione 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>