Поделиться через


BackupTruncateLogType Enumeration

The BackupTruncateLogType enumeration contains values that are used to specify the truncate action taken on the log.

Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Синтаксис

'Декларация
Public Enumeration BackupTruncateLogType
public enum BackupTruncateLogType
public enum class BackupTruncateLogType
public enum BackupTruncateLogType
public enum BackupTruncateLogType

Members

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 The log is truncated and the transaction of truncating the log itself is not logged. This option is only recommended when the log is full.

Замечания

The BackupTruncateLogType enumeration class is served by the Backup class.

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

Microsoft.SqlServer.Management.Smo Namespace