Backup Properties

Include Protected Members
Include Inherited Members

The Backup type exposes the following members.

Properties

  Name Description
Public property Action Gets or sets the type of backup to be performed.
Public property AsyncStatus Gets the asynchronous status of a backup or restore process. (Inherited from BackupRestoreBase.)
Public property BackupSetDescription Gets or sets a textual description for a particular backup set.
Public property BackupSetName Gets or sets the name used to identify a particular backup set.
Public property BlockSize Gets or sets the physical block size of the backup or restore, in bytes. (Inherited from BackupRestoreBase.)
Public property BufferCount Gets or sets the total number of I/O buffers to be used for the backup or restore operation. (Inherited from BackupRestoreBase.)
Public property Checksum Gets or sets a Boolean property value that determines whether a checksum value is calculated during backup or restore operations. (Inherited from BackupRestoreBase.)
Public property CompressionOption Gets or sets the compression option for the current backup session and is transient to the Backup Object Microsoft.SqlServer.Management.SmoExtended.Backup
Public property ContinueAfterError Gets or sets a Boolean property value that determines whether the backup or restore continues after a checksum error occurs. (Inherited from BackupRestoreBase.)
Public property CopyOnly Gets or sets a Boolean property value that specifies the backup is a copy-only backup. This does not affect the sequence of backups in the usual backup schedule.
Public property Database Gets or sets the database on which the backup or restore operation runs. (Inherited from BackupRestoreBase.)
Public property DatabaseFileGroups Gets the SQL Server file groups targeted by the backup or restore operation. (Inherited from BackupRestoreBase.)
Public property DatabaseFiles Gets the operating system files targeted by the backup or restore operation. (Inherited from BackupRestoreBase.)
Public property Devices Gets the backup devices specified for the backup or restore operation. (Inherited from BackupRestoreBase.)
Public property ExpirationDate Gets or sets the date and time when the backup set expires and the backup data is no longer considered relevant.
Public property FormatMedia Gets or sets a Boolean property value that determines whether a tape is formatted as the first step of the backup operation.
Public property Incremental Gets or sets a Boolean property value that determines whether to perform a differential backup.
Public property Initialize Gets or sets a Boolean property value that determines whether the devices associated with a backup operation are initialized as part of the backup operation.
Public property LogTruncation Gets or sets the method used to truncate the database log as part of the backup operation.
Public property MaxTransferSize Gets or sets the maximum number of bytes to be transferred between the backup media and the instance of SQL Server. (Inherited from BackupRestoreBase.)
Public property MediaDescription Gets or sets a textual description of the medium that contains a backup set.
Public property MediaName Gets or sets the name used to identify a particular media set. (Inherited from BackupRestoreBase.)
Public property Mirrors Gets or sets the list of backup devices used by the mirrored backup.
Public property NoRecovery Gets or sets a Boolean property value that determines whether the tail of the log is backed up and whether the database is restored into the Restoring state. (Inherited from BackupRestoreBase.)
Public property NoRewind Gets or sets a Boolean property value that determines whether Microsoft SQL Server will keep the tape open after the backup or restore operation. (Inherited from BackupRestoreBase.)
Public property PercentCompleteNotification Gets or sets the percentage interval for PercentCompleteEventHandler event handler calls. (Inherited from BackupRestoreBase.)
Public property Restart Gets or sets a Boolean property value that determines whether the backup or restore operation will restart if it is interrupted. (Inherited from BackupRestoreBase.)
Public property RetainDays Gets or sets the number of days that must elapse before a backup set can be overwritten.
Public property SkipTapeHeader Gets or sets Boolean property that determines whether the tape header is read.
Public property UndoFileName Gets or sets the name of the undo file used to store uncommitted transactions that are rolled back during recovery.
Public property UnloadTapeAfter Gets or sets a Boolean property value that determines whether tape media are rewound and unloaded after the backup or restore operation completes. (Inherited from BackupRestoreBase.)

Top