Database.LogReuseWaitStatus 屬性
Gets the type of operation on which the reuse of transaction log space is waiting.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property LogReuseWaitStatus As LogReuseWaitStatus
Get
'用途
Dim instance As Database
Dim value As LogReuseWaitStatus
value = instance.LogReuseWaitStatus
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public LogReuseWaitStatus LogReuseWaitStatus { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property LogReuseWaitStatus LogReuseWaitStatus {
LogReuseWaitStatus get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member LogReuseWaitStatus : LogReuseWaitStatus
function get LogReuseWaitStatus () : LogReuseWaitStatus
屬性值
型別:Microsoft.SqlServer.Management.Smo.LogReuseWaitStatus
A LogReuseWaitStatus that specifies the type of operation on which the reuse of transaction log space is waiting.
請參閱
參考
Microsoft.SqlServer.Management.Smo 命名空間