Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
The BackupTruncateLogType enumeration contains values that are used to specify the truncate action taken on the log.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)
Syntaxe
'Déclaration
Public Enumeration BackupTruncateLogType
'Utilisation
Dim instance As BackupTruncateLogType
public enum BackupTruncateLogType
public enum class BackupTruncateLogType
type BackupTruncateLogType
public enum BackupTruncateLogType
Membres
| Nom de membre | 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. |
Notes
The BackupTruncateLogType enumeration class is served by the Backup class.