Freigeben über


Backup-Member

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

Der Backup-Typ macht die folgenden Member verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode Backup Initializes a new instance of the Backup class.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Abort Terminates a running backup or restore operation. (Geerbt von BackupRestoreBase.)
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode ExecuteSql Executes a batch of Transact-SQL statements that does not expect a returned results set on the specified instance of SQL Server. (Geerbt von BackupRestoreBase.)
Geschützte Methode ExecuteSqlAsync Executes a batch of Transact-SQL statements asynchronously that does not expect a returned results set on the specified instance of SQL Server. (Geerbt von BackupRestoreBase.)
Geschützte Methode ExecuteSqlWithResults Executes a batch of Transact-SQL statements that expects one or more returned results sets on the specified instance of SQL Server. (Geerbt von BackupRestoreBase.)
Geschützte Methode Finalize (Geerbt von Object.)
Geschützte Methode GetDevicesScript (Geerbt von BackupRestoreBase.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode IsStringValid Verifies whether the specified string is valid. (Geerbt von BackupRestoreBase.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode Script Returns a Transact-SQL statement that can be used to execute the referenced backup. 
Öffentliche Methode SetMediaPassword(SecureString) Sets the password for a media set. (Geerbt von BackupRestoreBase.)
Öffentliche Methode SetMediaPassword(String) Sets the password for a media set. (Geerbt von BackupRestoreBase.)
Öffentliche Methode SetPassword(SecureString) Sets the password for a backup set. (Geerbt von BackupRestoreBase.)
Öffentliche Methode SetPassword(String) Sets the password for a backup set. (Geerbt von BackupRestoreBase.)
Öffentliche Methode SqlBackup Performs the database backup operation as specified by the properties of the Backup object used.
Öffentliche Methode SqlBackupAsync Performs the database backup operation asynchronously as specified by the properties of the Backup object used.
Öffentliche Methode ToString (Geerbt von Object.)
Öffentliche Methode Wait Waits for the current backup or restore operation to complete before moving on to the next process. (Geerbt von BackupRestoreBase.)

Zum Anfang

Felder

  Name Beschreibung
Geschütztes Feld currentAsyncOperation (Geerbt von BackupRestoreBase.)
Geschütztes Feld m_BackupAction (Geerbt von BackupRestoreBase.)
Geschütztes Feld m_LogTruncation (Geerbt von BackupRestoreBase.)
Geschütztes Feld m_RestoreAction (Geerbt von BackupRestoreBase.)

Zum Anfang

Eigenschaften

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

Zum Anfang

Ereignisse

  Name Beschreibung
Öffentliches Ereignis Complete Occurs when the backup or restore operation completes. (Geerbt von BackupRestoreBase.)
Öffentliches Ereignis Information Occurs when any informational message is issued by Microsoft SQL Server that cannot be handled by the Complete NextMedia or PercentComplete events. (Geerbt von BackupRestoreBase.)
Öffentliches Ereignis NextMedia Occurs when the backup or restore operation exhausts the medium in a target device. (Geerbt von BackupRestoreBase.)
Öffentliches Ereignis PercentComplete Occurs when a backup or restore operation reaches a completion unit. (Geerbt von BackupRestoreBase.)

Zum Anfang