BackupTruncateLogType Enumeration
The BackupTruncateLogType enumeration contains values that are used to specify the truncate action taken on the log.
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
| Member name | Description | |
|---|---|---|
| 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. |
Show: