DatabaseReplicaState.AvailabilityDateabaseId 속성
Gets the identifier of the database within the availability group.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property AvailabilityDateabaseId As Guid
Get
‘사용 방법
Dim instance As DatabaseReplicaState
Dim value As Guid
value = instance.AvailabilityDateabaseId
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public Guid AvailabilityDateabaseId { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property Guid AvailabilityDateabaseId {
Guid get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member AvailabilityDateabaseId : Guid
function get AvailabilityDateabaseId () : Guid
속성 값
유형: System.Guid
The identifier of the database within the availability group.