Partager via


Propriété Database.LogReuseWaitStatus

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property LogReuseWaitStatus As LogReuseWaitStatus 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

Database Classe

Espace de noms Microsoft.SqlServer.Management.Smo

Autres ressources

Création, modification et suppression de bases de données

CREATE DATABASE (Transact-SQL)