Backup Members
Include Protected Members
Include Inherited Members
The Backup object provides programmatic access to Microsoft SQL Server backup operations.
The Backup type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| .gif) | Abort() | Terminates a running backup or restore operation. (Inherited from BackupRestoreBase.) | 
| .gif) | Equals(Object) | (Inherited from Object.) | 
| .gif) | ExecuteSql(Server, StringCollection) | Executes a batch of Transact-SQL statements that does not expect a returned results set on the specified instance of SQL Server. (Inherited from BackupRestoreBase.) | 
| .gif) | ExecuteSqlAsync(Server, StringCollection) | Executes a batch of Transact-SQL statements asynchronously that does not expect a returned results set on the specified instance of SQL Server. (Inherited from BackupRestoreBase.) | 
| .gif) | ExecuteSqlWithResults(Server, String) | Executes a batch of Transact-SQL statements that expects one or more returned results sets on the specified instance of SQL Server. (Inherited from BackupRestoreBase.) | 
| .gif) | Finalize() | (Inherited from Object.) | 
| .gif) | GetDevicesScript(StringBuilder, BackupDeviceList, ServerVersion) | (Inherited from BackupRestoreBase.) | 
| .gif) | GetHashCode() | (Inherited from Object.) | 
| .gif) | GetType() | (Inherited from Object.) | 
| .gif) | IsStringValid(String) | Verifies whether the specified string is valid. (Inherited from BackupRestoreBase.) | 
| .gif) | MemberwiseClone() | (Inherited from Object.) | 
| .gif) | Script(Server) | Returns a Transact-SQL statement that can be used to execute the referenced backup. | 
| .gif) | SetMediaPassword(SecureString) | Sets the password for a media set. (Inherited from BackupRestoreBase.) | 
| .gif) | SetMediaPassword(String) | Sets the password for a media set. (Inherited from BackupRestoreBase.) | 
| .gif) | SetPassword(SecureString) | Sets the password for a backup set. (Inherited from BackupRestoreBase.) | 
| .gif) | SetPassword(String) | Sets the password for a backup set. (Inherited from BackupRestoreBase.) | 
| .gif) | SqlBackup(Server) | Performs the database backup operation as specified by the properties of the Backup object used. | 
| .gif) | SqlBackupAsync(Server) | Performs the database backup operation asynchronously as specified by the properties of the Backup object used. | 
| .gif) | ToString() | (Inherited from Object.) | 
| .gif) | Wait() | Waits for the current backup or restore operation to complete before moving on to the next process. (Inherited from BackupRestoreBase.) | 
Top
Fields
| Name | Description | |
|---|---|---|
| .gif) | currentAsyncOperation | (Inherited from BackupRestoreBase.) | 
| .gif) | m_BackupAction | (Inherited from BackupRestoreBase.) | 
| .gif) | m_LogTruncation | (Inherited from BackupRestoreBase.) | 
| .gif) | m_RestoreAction | (Inherited from BackupRestoreBase.) | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | Action | Gets or sets the type of backup to be performed. | 
| .gif) | AsyncStatus | Gets the asynchronous status of a backup or restore process. (Inherited from BackupRestoreBase.) | 
| .gif) | BackupSetDescription | Gets or sets a textual description for a particular backup set. | 
| .gif) | BackupSetName | Gets or sets the name used to identify a particular backup set. | 
| .gif) | BlockSize | Gets or sets the physical block size of the backup or restore, in bytes. (Inherited from BackupRestoreBase.) | 
| .gif) | BufferCount | Gets or sets the total number of I/O buffers to be used for the backup or restore operation. (Inherited from BackupRestoreBase.) | 
| .gif) | Checksum | Gets or sets a Boolean property value that determines whether a checksum value is calculated during backup or restore operations. (Inherited from BackupRestoreBase.) | 
| .gif) | CompressionOption | Gets or sets the compression option for the current backup session and is transient to the Backup Object Microsoft.SqlServer.Management.SmoExtended.Backup | 
| .gif) | ContinueAfterError | Gets or sets a Boolean property value that determines whether the backup or restore continues after a checksum error occurs. (Inherited from BackupRestoreBase.) | 
| .gif) | 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. | 
| .gif) | Database | Gets or sets the database on which the backup or restore operation runs. (Inherited from BackupRestoreBase.) | 
| .gif) | DatabaseFileGroups | Gets the SQL Server file groups targeted by the backup or restore operation. (Inherited from BackupRestoreBase.) | 
| .gif) | DatabaseFiles | Gets the operating system files targeted by the backup or restore operation. (Inherited from BackupRestoreBase.) | 
| .gif) | Devices | Gets the backup devices specified for the backup or restore operation. (Inherited from BackupRestoreBase.) | 
| .gif) | ExpirationDate | Gets or sets the date and time when the backup set expires and the backup data is no longer considered relevant. | 
| .gif) | FormatMedia | Gets or sets a Boolean property value that determines whether a tape is formatted as the first step of the backup operation. | 
| .gif) | Incremental | Gets or sets a Boolean property value that determines whether to perform a differential backup. | 
| .gif) | 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. | 
| .gif) | LogTruncation | Gets or sets the method used to truncate the database log as part of the backup operation. | 
| .gif) | 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.) | 
| .gif) | MediaDescription | Gets or sets a textual description of the medium that contains a backup set. | 
| .gif) | MediaName | Gets or sets the name used to identify a particular media set. (Inherited from BackupRestoreBase.) | 
| .gif) | Mirrors | Gets or sets the list of backup devices used by the mirrored backup. | 
| .gif) | 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.) | 
| .gif) | 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.) | 
| .gif) | PercentCompleteNotification | Gets or sets the percentage interval for PercentCompleteEventHandler event handler calls. (Inherited from BackupRestoreBase.) | 
| .gif) | 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.) | 
| .gif) | RetainDays | Gets or sets the number of days that must elapse before a backup set can be overwritten. | 
| .gif) | SkipTapeHeader | Gets or sets Boolean property that determines whether the tape header is read. | 
| .gif) | UndoFileName | Gets or sets the name of the undo file used to store uncommitted transactions that are rolled back during recovery. | 
| .gif) | 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
Events
| Name | Description | |
|---|---|---|
| .gif) | Complete | Occurs when the backup or restore operation completes. (Inherited from BackupRestoreBase.) | 
| .gif) | Information | Occurs when any informational message is issued by Microsoft SQL Server that cannot be handled by the Complete NextMedia or PercentComplete events. (Inherited from BackupRestoreBase.) | 
| .gif) | NextMedia | Occurs when the backup or restore operation exhausts the medium in a target device. (Inherited from BackupRestoreBase.) | 
| .gif) | PercentComplete | Occurs when a backup or restore operation reaches a completion unit. (Inherited from BackupRestoreBase.) | 
Top