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)