Поделиться через


Свойство DatabaseReplicaState.SuspendReason

Gets the reason for a database replica to be in suspended state.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property SuspendReason As DatabaseReplicaSuspendReason 
    Get
'Применение
Dim instance As DatabaseReplicaState 
Dim value As DatabaseReplicaSuspendReason 

value = instance.SuspendReason
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public DatabaseReplicaSuspendReason SuspendReason { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property DatabaseReplicaSuspendReason SuspendReason {
    DatabaseReplicaSuspendReason get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member SuspendReason : DatabaseReplicaSuspendReason
function get SuspendReason () : DatabaseReplicaSuspendReason

Значение свойства

Тип: Microsoft.SqlServer.Management.Smo.DatabaseReplicaSuspendReason
The reason for a database replica to be in suspended state.

См. также

Справочник

DatabaseReplicaState Класс

Пространство имен Microsoft.SqlServer.Management.Smo