LogReuseWaitStatus Enumeration
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 (in microsoft.sqlserver.sqlenum.dll)
语法
声明
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 2005. |
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.
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
平台
开发平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
目标平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。