Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
The BackupTruncateLogType enumeration contains values that are used to specify the truncate action taken on the log.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)
Sintaxis
'Declaración
Public Enumeration BackupTruncateLogType
'Uso
Dim instance As BackupTruncateLogType
public enum BackupTruncateLogType
public enum class BackupTruncateLogType
type BackupTruncateLogType
public enum BackupTruncateLogType
Miembros
| Nombre del miembro | Descripción | |
|---|---|---|
| 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. |
Comentarios
The BackupTruncateLogType enumeration class is served by the Backup class.