Compartir a través de


DatabaseReplicaState.AvailabilityDateabaseId Propiedad

Gets the identifier of the database within the availability group.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property AvailabilityDateabaseId As Guid 
    Get
'Uso
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

Valor de la propiedad

Tipo: System.Guid
The identifier of the database within the availability group.

Vea también

Referencia

DatabaseReplicaState Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo