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
成員
| 成員名稱 | 說明 | |
|---|---|---|
| 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. |
備註
The LogReuseWaitStatus enumeration class is served by the LogReuseWaitStatus property.