Microsoft.SQLServer.2012.AlwaysOn.DatabaseReplicaReplica di database

Microsoft.SQLServer.2012.AlwaysOn.DatabaseReplica (ClassType)

Rappresentazione dell'oggetto SMO relativo allo stato della replica di database.

Element properties:

Base ClassMicrosoft.SQLServer.Component
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId851440bd-d272-dce6-46db-83cf93228a3f

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 di monitoraggio. false 256  False 
Microsoft.SQLServer.2012.AlwaysOn.DatabaseReplica:
Name  string  Nome true 256  False 
AvailabilityDatabaseName  string  Nome database di disponibilità false 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  Nome 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  Sospeso false 256   
SuspendReason  string  Motivo di sospensione false 256  False 
PerformanceObjectName  string  Nome oggetto contatore delle prestazioni false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.2012.AlwaysOn.DatabaseReplica" Accessibility="Public" Abstract="false" Base="SQLServer!Microsoft.SQLServer.Component" Hosted="true" Singleton="false">
<Property ID="Name" Type="string" Key="true" CaseSensitive="false" Length="256"/>
<Property ID="AvailabilityDatabaseName" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="AvailabilityDatabaseId" Type="guid" Key="false"/>
<Property ID="AvailabilityGroupName" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="AvailabilityGroupId" Type="guid" Key="false"/>
<Property ID="AvailabilityReplicaServerName" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="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" Length="256"/>
<Property ID="PerformanceObjectName" Type="string" Key="false" CaseSensitive="false" Length="256"/>
</ClassType>