Класс BackupRestoreBase

The BackupRestoreBase class is a base class that represents functionality that is common to both backup and restore operations.

Иерархия наследования

System. . :: . .Object
  Microsoft.SqlServer.Management.Smo..::..BackupRestoreBase
    Microsoft.SqlServer.Management.Smo. . :: . .Backup
    Microsoft.SqlServer.Management.Smo. . :: . .Restore

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

Синтаксис

'Декларация
Public Class BackupRestoreBase
'Применение
Dim instance As BackupRestoreBase
public class BackupRestoreBase
public ref class BackupRestoreBase
type BackupRestoreBase =  class end
public class BackupRestoreBase

Тип BackupRestoreBase обеспечивает доступ к следующим элементам.

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

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

В начало

Свойства

  Имя Описание
Открытое свойство AsyncStatus Gets the asynchronous status of a backup or restore process.
Открытое свойство BlockSize Gets or sets the physical block size of the backup or restore, in bytes.
Открытое свойство BufferCount Gets or sets the total number of I/O buffers to be used for the backup or restore operation.
Открытое свойство Checksum Gets or sets a Boolean property value that determines whether a checksum value is calculated during backup or restore operations.
Открытое свойство ContinueAfterError Gets or sets a Boolean property value that determines whether the backup or restore continues after a checksum error occurs.
Открытое свойство Database Gets or sets the database on which the backup or restore operation runs.
Открытое свойство DatabaseFileGroups Gets the SQL Server file groups targeted by the backup or restore operation.
Открытое свойство DatabaseFiles Gets the operating system files targeted by the backup or restore operation.
Открытое свойство Devices Gets the backup devices specified for the backup or restore operation.
Открытое свойство MaxTransferSize Gets or sets the maximum number of bytes to be transferred between the backup media and the instance of SQL Server.
Открытое свойство MediaName Gets or sets the name used to identify a particular media set.
Открытое свойство 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.
Открытое свойство 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.
Открытое свойство PercentCompleteNotification Gets or sets the percentage interval for PercentCompleteEventHandler event handler calls.
Открытое свойство Restart Gets or sets a Boolean property value that determines whether the backup or restore operation will restart if it is interrupted.
Открытое свойство UnloadTapeAfter Gets or sets a Boolean property value that determines whether tape media are rewound and unloaded after the backup or restore operation completes.

В начало

Методы

  Имя Описание
Открытый метод Abort Terminates a running backup or restore operation.
Открытый метод 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.
Защищенный метод ExecuteSqlAsync Executes a batch of Transact-SQL statements asynchronously that does not expect a returned results set on the specified instance of SQL Server.
Защищенный метод ExecuteSqlWithResults Executes a batch of Transact-SQL statements that expects one or more returned results sets on the specified instance of SQL Server.
Защищенный метод Finalize (Производный от Object.)
Защищенный метод GetDevicesScript Gets the script that is used to create devices.
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод IsStringValid Verifies whether the specified string is valid.
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод SetMediaPassword(SecureString) Sets the password for a media set.
Открытый метод SetMediaPassword(String) Sets the password for a media set.
Открытый метод SetPassword(SecureString) Sets the password for a backup set.
Открытый метод SetPassword(String) Sets the password for a backup set.
Открытый метод ToString (Производный от Object.)
Открытый метод Wait Waits for the current backup or restore operation to complete before moving on to the next process.

В начало

События

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

В начало

Поля

  Имя Описание
Защищенное поле currentAsyncOperation Specifies the current asynchronous operation, such as backup, restore, or none.
Защищенное поле m_BackupAction Specifies the backup action type, such as database or log.
Защищенное поле m_LogTruncation Specifies whether to truncate the log.
Защищенное поле m_RestoreAction Specifies the restore action type, such as database or log.

В начало

Замечания

The BackupRestoreBase class is used in the construction of the Restore class and the Backup class, and contains functionality that is common.

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.