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


Элементы Backup

The Backup object provides programmatic access to Microsoft SQL Server backup operations.

Тип Backup предоставляет доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод Backup Initializes a new instance of the Backup class.

В начало

Методы

  Имя Описание
Открытый метод Abort Terminates a running backup or restore operation. (Наследуется из BackupRestoreBase.)
Открытый метод Equals (Наследуется из Object.)
Защищенный метод ExecuteSql Executes a batch of Transact-SQL statements that does not expect a returned results set on the specified instance of SQL Server. (Наследуется из BackupRestoreBase.)
Защищенный метод ExecuteSqlAsync Executes a batch of Transact-SQL statements asynchronously that does not expect a returned results set on the specified instance of SQL Server. (Наследуется из BackupRestoreBase.)
Защищенный метод ExecuteSqlWithResults Executes a batch of Transact-SQL statements that expects one or more returned results sets on the specified instance of SQL Server. (Наследуется из BackupRestoreBase.)
Защищенный метод Finalize (Наследуется из Object.)
Защищенный метод GetDevicesScript (Наследуется из BackupRestoreBase.)
Открытый метод GetHashCode (Наследуется из Object.)
Открытый метод GetType (Наследуется из Object.)
Защищенный метод IsStringValid Verifies whether the specified string is valid. (Наследуется из BackupRestoreBase.)
Защищенный метод MemberwiseClone (Наследуется из Object.)
Открытый метод Script Returns a Transact-SQL statement that can be used to execute the referenced backup. 
Открытый метод SetMediaPassword(SecureString) Sets the password for a media set. (Наследуется из BackupRestoreBase.)
Открытый метод SetMediaPassword(String) Sets the password for a media set. (Наследуется из BackupRestoreBase.)
Открытый метод SetPassword(SecureString) Sets the password for a backup set. (Наследуется из BackupRestoreBase.)
Открытый метод SetPassword(String) Sets the password for a backup set. (Наследуется из BackupRestoreBase.)
Открытый метод SqlBackup Performs the database backup operation as specified by the properties of the Backup object used.
Открытый метод SqlBackupAsync Performs the database backup operation asynchronously as specified by the properties of the Backup object used.
Открытый метод ToString (Наследуется из Object.)
Открытый метод Wait Waits for the current backup or restore operation to complete before moving on to the next process. (Наследуется из BackupRestoreBase.)

В начало

Поля

  Имя Описание
Защищенное поле currentAsyncOperation (Наследуется из BackupRestoreBase.)
Защищенное поле m_BackupAction (Наследуется из BackupRestoreBase.)
Защищенное поле m_LogTruncation (Наследуется из BackupRestoreBase.)
Защищенное поле m_RestoreAction (Наследуется из BackupRestoreBase.)

В начало

Свойства

  Имя Описание
Открытое свойство Action Gets or sets the type of backup to be performed.
Открытое свойство AsyncStatus Gets the asynchronous status of a backup or restore process. (Наследуется из BackupRestoreBase.)
Открытое свойство BackupSetDescription Gets or sets a textual description for a particular backup set.
Открытое свойство BackupSetName Gets or sets the name used to identify a particular backup set.
Открытое свойство BlockSize Gets or sets the physical block size of the backup or restore, in bytes. (Наследуется из BackupRestoreBase.)
Открытое свойство BufferCount Gets or sets the total number of I/O buffers to be used for the backup or restore operation. (Наследуется из BackupRestoreBase.)
Открытое свойство Checksum Gets or sets a Boolean property value that determines whether a checksum value is calculated during backup or restore operations. (Наследуется из BackupRestoreBase.)
Открытое свойство CompressionOption Gets or sets the compression option for the current backup session and is transient to the Backup Object Microsoft.SqlServer.Management.SmoExtended.Backup
Открытое свойство ContinueAfterError Gets or sets a Boolean property value that determines whether the backup or restore continues after a checksum error occurs. (Наследуется из BackupRestoreBase.)
Открытое свойство 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.
Открытое свойство Database Gets or sets the database on which the backup or restore operation runs. (Наследуется из BackupRestoreBase.)
Открытое свойство DatabaseFileGroups Gets the SQL Server file groups targeted by the backup or restore operation. (Наследуется из BackupRestoreBase.)
Открытое свойство DatabaseFiles Gets the operating system files targeted by the backup or restore operation. (Наследуется из BackupRestoreBase.)
Открытое свойство Devices Gets the backup devices specified for the backup or restore operation. (Наследуется из BackupRestoreBase.)
Открытое свойство ExpirationDate Gets or sets the date and time when the backup set expires and the backup data is no longer considered relevant.
Открытое свойство FormatMedia Gets or sets a Boolean property value that determines whether a tape is formatted as the first step of the backup operation.
Открытое свойство Incremental Gets or sets a Boolean property value that determines whether to perform a differential backup.
Открытое свойство 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.
Открытое свойство LogTruncation Gets or sets the method used to truncate the database log as part of the backup operation.
Открытое свойство MaxTransferSize Gets or sets the maximum number of bytes to be transferred between the backup media and the instance of SQL Server. (Наследуется из BackupRestoreBase.)
Открытое свойство MediaDescription Gets or sets a textual description of the medium that contains a backup set.
Открытое свойство MediaName Gets or sets the name used to identify a particular media set. (Наследуется из BackupRestoreBase.)
Открытое свойство Mirrors Gets or sets the list of backup devices used by the mirrored backup.
Открытое свойство 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. (Наследуется из BackupRestoreBase.)
Открытое свойство 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. (Наследуется из BackupRestoreBase.)
Открытое свойство PercentCompleteNotification Gets or sets the percentage interval for PercentCompleteEventHandler event handler calls. (Наследуется из BackupRestoreBase.)
Открытое свойство Restart Gets or sets a Boolean property value that determines whether the backup or restore operation will restart if it is interrupted. (Наследуется из BackupRestoreBase.)
Открытое свойство RetainDays Gets or sets the number of days that must elapse before a backup set can be overwritten.
Открытое свойство SkipTapeHeader Gets or sets Boolean property that determines whether the tape header is read.
Открытое свойство UndoFileName Gets or sets the name of the undo file used to store uncommitted transactions that are rolled back during recovery.
Открытое свойство UnloadTapeAfter Gets or sets a Boolean property value that determines whether tape media are rewound and unloaded after the backup or restore operation completes. (Наследуется из BackupRestoreBase.)

В начало

События

  Имя Описание
Открытое событие Complete Occurs when the backup or restore operation completes. (Наследуется из BackupRestoreBase.)
Открытое событие Information Occurs when any informational message is issued by Microsoft SQL Server that cannot be handled by the Complete NextMedia or PercentComplete events. (Наследуется из BackupRestoreBase.)
Открытое событие NextMedia Occurs when the backup or restore operation exhausts the medium in a target device. (Наследуется из BackupRestoreBase.)
Открытое событие PercentComplete Occurs when a backup or restore operation reaches a completion unit. (Наследуется из BackupRestoreBase.)

В начало