다음을 통해 공유


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.

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.