Condividi tramite


BackupSetFlag Enumeration

The BackupSetFlag enumeration contains values that are used to specify the purpose of the backup.

Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.SqlEnum (in microsoft.sqlserver.sqlenum.dll)

Sintassi

'Dichiarazione
Public Enumeration BackupSetFlag
public enum BackupSetFlag
public enum class BackupSetFlag
public enum BackupSetFlag
public enum BackupSetFlag

Members

Member name Description
MinimalLogData Specifies a database with minimal log data.
ReadOnlyDatabase Specifies a database that is read-only.
SingleUserModeDatabase Specifies a database that is in single-user mode.
WithSnapshot Specifies a database with a snapshot.

Osservazioni

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

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

Microsoft.SqlServer.Management.Smo Namespace