Partager via


Propriété DatabaseReplicaState.AvailabilityDatabaseName

Gets the name of the availability database.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcKeyAttribute()> _
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property AvailabilityDatabaseName As String 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

DatabaseReplicaState Classe

Espace de noms Microsoft.SqlServer.Management.Smo