Aracılığıyla paylaş


DatabaseReplicaState.AvailabilityDatabaseName Property

Gets the name of the availability database.

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

Syntax

'Bildirim
<SfcKeyAttribute()> _
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property AvailabilityDatabaseName As String
    Get
'Kullanım
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

Property Value

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

See Also

Reference

DatabaseReplicaState Class

Microsoft.SqlServer.Management.Smo Namespace