Backup Fields

Include Protected Members
Include Inherited Members

The Backup type exposes the following members.

Fields

  Name Description
Protected field currentAsyncOperation Specifies the current asynchronous operation, such as backup, restore, or none. (Inherited from BackupRestoreBase.)
Protected field m_BackupAction Specifies the backup action type, such as database or log. (Inherited from BackupRestoreBase.)
Protected field m_LogTruncation Specifies whether to truncate the log. (Inherited from BackupRestoreBase.)
Protected field m_RestoreAction Specifies the restore action type, such as database or log. (Inherited from BackupRestoreBase.)

Top