Compartir a través de


BackupRestoreBase Miembros

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

El tipo BackupRestoreBase expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico BackupRestoreBase Initializes a new instance of the BackupRestoreBase class.

Principio

Métodos

  Nombre Descripción
Método publico Abort Terminates a running backup or restore operation.
Método publico Equals (Se hereda de Object).
Método protegido ExecuteSql Executes a batch of Transact-SQL statements that does not expect a returned results set on the specified instance of SQL Server.
Método protegido ExecuteSqlAsync Executes a batch of Transact-SQL statements asynchronously that does not expect a returned results set on the specified instance of SQL Server.
Método protegido ExecuteSqlWithResults Executes a batch of Transact-SQL statements that expects one or more returned results sets on the specified instance of SQL Server.
Método protegido Finalize (Se hereda de Object).
Método protegido GetDevicesScript
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido IsStringValid Verifies whether the specified string is valid.
Método protegido MemberwiseClone (Se hereda de Object).
Método publico SetMediaPassword(SecureString) Sets the password for a media set.
Método publico SetMediaPassword(String) Sets the password for a media set.
Método publico SetPassword(SecureString) Sets the password for a backup set.
Método publico SetPassword(String) Sets the password for a backup set.
Método publico ToString (Se hereda de Object).
Método publico Wait Waits for the current backup or restore operation to complete before moving on to the next process.

Principio

Campos

  Nombre Descripción
Campo protegido currentAsyncOperation
Campo protegido m_BackupAction
Campo protegido m_LogTruncation
Campo protegido m_RestoreAction

Principio

Propiedades

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

Principio

Eventos

  Nombre Descripción
Evento público Complete Occurs when the backup or restore operation completes.
Evento público Information Occurs when any informational message is issued by Microsoft SQL Server that cannot be handled by the Complete NextMedia or PercentComplete events.
Evento público NextMedia Occurs when the backup or restore operation exhausts the medium in a target device.
Evento público PercentComplete Occurs when a backup or restore operation reaches a completion unit.

Principio