Microsoft.SQLServer.2016.AlwaysOn.DatabaseReplicaMSSQL 2016: Datenbankreplikat

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

Dies ist die Darstellung des Datenbankreplikatzustand-SMO-Objekts

Element properties:

Base ClassMicrosoft.SQLServer.2016.Component
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId3fb0fff7-09fb-2bf4-06a9-3fd7cf9f7759

Class Hierarchy:

Class Properties:

Property Name Type Display Name (DEU) Description (DEU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Anzeigename Anzeigename des Überwachungsobjekts. false 256  False 
Microsoft.SQLServer.2016.AlwaysOn.DatabaseReplica:
Name  string  Name true 256  False 
AvailabilityDatabaseName  string  Name der Verfügbarkeitsdatenbank false 256  False 
AvailabilityDatabaseId  guid  ID der Verfügbarkeitsdatenbank false 256   
AvailabilityGroupName  string  Name der Verfügbarkeitsgruppe false 256  False 
AvailabilityGroupId  guid  ID der Verfügbarkeitsgruppe false 256   
AvailabilityReplicaServerName  string  Name des Servers mit dem Verfügbarkeitsreplikat false 256  False 
AvailabilityReplicaId  guid  Name des Verfügbarkeitsreplikats false 256   
DatabaseId  int  Datenbank-ID false 256   
IsFailoverReady  bool  Failoverbereitschaft false 256   
IsJoined  bool  Verknüpft false 256   
IsSuspended  bool  Angehalten false 256   
SuspendReason  string  Ursache für das Anhalten false 256  False 
PerformanceObjectName  string  Objektname des Leistungsindikators false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.2016.AlwaysOn.DatabaseReplica" Accessibility="Public" Abstract="false" Base="MicrosoftSQLServer2016Discovery!Microsoft.SQLServer.2016.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>