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.

请参阅

参考

Database 类

Microsoft.SqlServer.Management.Smo 命名空间

其他资源

创建、更改和删除数据库

CREATE DATABASE (Transact-SQL)