Share via


DatabaseReplicaState.AvailabilityDatabaseName 속성

Gets the name of the availability database.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<SfcKeyAttribute()> _
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property AvailabilityDatabaseName As String 
    Get
‘사용 방법
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

속성 값

유형: System.String
The name of the availability database.

참고 항목

참조

DatabaseReplicaState 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스