LogReuseWaitStatus 枚举
The LogReuseWaitStatus enumeration contains values that specify the current operation on which the reuse of transaction log space is waiting.
命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.SqlEnum(在 Microsoft.SqlServer.SqlEnum.dll 中)
语法
声明
Public Enumeration LogReuseWaitStatus
用法
Dim instance As LogReuseWaitStatus
public enum LogReuseWaitStatus
public enum class LogReuseWaitStatus
type LogReuseWaitStatus
public enum LogReuseWaitStatus
成员
| 成员名称 | 说明 | |
|---|---|---|
| Nothing | The log is not waiting to be reused. | |
| Checkpoint | A checkpoint. | |
| LogBackup | A transaction log backup. | |
| BackupOrRestore | A backup or restore operation. | |
| Transaction | A transaction. | |
| Mirroring | A mirroring operation. Database mirroring is not supported in this release of SQL Server. | |
| Replication | A replication operation. | |
| SnapshotCreation | A snapshot isolation record creation operation. | |
| LogScan | A log scan. | |
| Other | An unspecified operation. |