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. |