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

成员

成员名称 说明
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.
TruncateOnly Truncates the log without performing a backup.

注释

The BackupTruncateLogType enumeration class is served by the Backup class.

请参阅

参考

Microsoft.SqlServer.Management.Smo 命名空间