BackupTruncateLogType 枚举
The BackupTruncateLogType enumeration contains values that are used to specify the truncate action taken on the log.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.SmoExtended(在 Microsoft.SqlServer.SmoExtended.dll 中)
语法
声明
Public Enumeration BackupTruncateLogType
用法
Dim instance As BackupTruncateLogType
public enum BackupTruncateLogType
public enum class BackupTruncateLogType
type BackupTruncateLogType
public enum BackupTruncateLogType
成员
成员名称 | 说明 | |
---|---|---|
TruncateOnly | Truncates the log without performing a backup. | |
NoTruncate | The log is not truncated. All transactions remain in the log. | |
Truncate | The log is truncated. All completed transactions will be removed from the log. |