Share via


DatabaseReplicaState.AvailabilityDatabaseName-Eigenschaft

Gets the name of the availability database.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
<SfcKeyAttribute()> _
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property AvailabilityDatabaseName As String 
    Get
'Usage
Dim instance As DatabaseReplicaState 
Dim value As String 

value = instance.AvailabilityDatabaseName
[SfcKeyAttribute()]
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string AvailabilityDatabaseName { get; }
[SfcKeyAttribute()]
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ AvailabilityDatabaseName {
    String^ get ();
}
[<SfcKeyAttribute()>]
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member AvailabilityDatabaseName : string
function get AvailabilityDatabaseName () : String

Eigenschaftswert

Typ: System.String
The name of the availability database.

Siehe auch

Verweis

DatabaseReplicaState Klasse

Microsoft.SqlServer.Management.Smo-Namespace