Condividi tramite


Classe BackupRestoreBase

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

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)

Sintassi

'Dichiarazione
Public Class BackupRestoreBase
'Utilizzo
Dim instance As BackupRestoreBase
public class BackupRestoreBase
public ref class BackupRestoreBase
type BackupRestoreBase =  class end
public class BackupRestoreBase

Nel tipo BackupRestoreBase sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico BackupRestoreBase Initializes a new instance of the BackupRestoreBase class.

In alto

Proprietà

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

In alto

Metodi

  Nome Descrizione
Metodo pubblico Abort Terminates a running backup or restore operation.
Metodo pubblico Equals Ereditato da Object.
Metodo protetto ExecuteSql Executes a batch of Transact-SQL statements that does not expect a returned results set on the specified instance of SQL Server.
Metodo protetto ExecuteSqlAsync Executes a batch of Transact-SQL statements asynchronously that does not expect a returned results set on the specified instance of SQL Server.
Metodo protetto ExecuteSqlWithResults Executes a batch of Transact-SQL statements that expects one or more returned results sets on the specified instance of SQL Server.
Metodo protetto Finalize Ereditato da Object.
Metodo protetto GetDevicesScript Gets the script that is used to create devices.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto IsStringValid Verifies whether the specified string is valid.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico SetMediaPassword(SecureString) Sets the password for a media set.
Metodo pubblico SetMediaPassword(String) Sets the password for a media set.
Metodo pubblico SetPassword(SecureString) Sets the password for a backup set.
Metodo pubblico SetPassword(String) Sets the password for a backup set.
Metodo pubblico ToString Ereditato da Object.
Metodo pubblico Wait Waits for the current backup or restore operation to complete before moving on to the next process.

In alto

Eventi

  Nome Descrizione
Evento pubblico Complete Occurs when the backup or restore operation completes.
Evento pubblico Information Occurs when any informational message is issued by Microsoft SQL Server that cannot be handled by the Complete NextMedia or PercentComplete events.
Evento pubblico NextMedia Occurs when the backup or restore operation exhausts the medium in a target device.
Evento pubblico PercentComplete Occurs when a backup or restore operation reaches a completion unit.

In alto

Campi

  Nome Descrizione
Campo protetto currentAsyncOperation Specifies the current asynchronous operation, such as backup, restore, or none.
Campo protetto m_BackupAction Specifies the backup action type, such as database or log.
Campo protetto m_LogTruncation Specifies whether to truncate the log.
Campo protetto m_RestoreAction Specifies the restore action type, such as database or log.

In alto

Osservazioni

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

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.