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.dll의 Microsoft.SqlServer.SmoExtended
구문
‘선언
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. |