Condividi tramite


Proprietà Database.LogReuseWaitStatus

Gets the type of operation on which the reuse of transaction log space is waiting.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property LogReuseWaitStatus As LogReuseWaitStatus 
    Get
'Utilizzo
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

Valore proprietà

Tipo: Microsoft.SqlServer.Management.Smo.LogReuseWaitStatus
A LogReuseWaitStatus that specifies the type of operation on which the reuse of transaction log space is waiting.

Vedere anche

Riferimento

Database Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo

Altre risorse

Creazione, modifica e rimozione di database

CREATE DATABASE (Transact-SQL)