Aracılığıyla paylaş


LogReuseWaitStatus Enumeration

The LogReuseWaitStatus enumeration contains values that specify the current operation on which the reuse of transaction log space is waiting.

Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SqlEnum (in microsoft.sqlserver.sqlenum.dll)

Syntax

'Bildirim
Public Enumeration LogReuseWaitStatus
public enum LogReuseWaitStatus
public enum class LogReuseWaitStatus
public enum LogReuseWaitStatus
public enum LogReuseWaitStatus

Members

Member name Description
BackupOrRestore A backup or restore operation.
Checkpoint A checkpoint.
LogBackup A transaction log backup.
LogScan A log scan.
Mirroring A mirroring operation. Database mirroring is not supported in this release of SQL Server.
Nothing The log is not waiting to be reused.
Other An unspecified operation.
Replication A replication operation.
SnapshotCreation A snapshot isolation record creation operation.
Transaction A transaction.

Remarks

The LogReuseWaitStatus enumeration class is served by the LogReuseWaitStatus property.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.