다음을 통해 공유


RestoreOptions 클래스

Represents the restore options.

상속 계층

System.Object
  Microsoft.SqlServer.Management.Smo.RestoreOptions

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.SmoExtended(Microsoft.SqlServer.SmoExtended.dll)

구문

‘선언
Public Class RestoreOptions
‘사용 방법
Dim instance As RestoreOptions
public class RestoreOptions
public ref class RestoreOptions
type RestoreOptions =  class end
public class RestoreOptions

RestoreOptions 유형에서 다음 멤버를 표시합니다.

생성자

  이름 설명
공용 메서드 RestoreOptions Initializes a new instance of the RestoreOptions class.

맨 위로 이동

속성

  이름 설명
공용 속성 Blocksize Specifies the physical block size, in bytes.
공용 속성 BufferCount Specifies the total number of I/O buffers to be used for the restore operation.
공용 속성 ClearSuspectPageTableAfterRestore Gets or sets whether to delete entries in the suspect page table after restore.
공용 속성 ContinueAfterError Gets or sets whether the restore operation is to continue after an error is encountered.
공용 속성 KeepReplication Gets or sets whether to prevent replication settings from being removed when a database backup or log backup is restored on a warm standby server and the database is recovered.
공용 속성 MaxTransferSize Gets or sets the largest unit of transfer in bytes to be used between the backup media and SQL Server.
공용 속성 PercentCompleteNotification Gets or sets the percentage interval for PercentCompleteEventHandler event handler calls for individual Restore Operations.
공용 속성 RecoveryState Gets or sets the recovery state.
공용 속성 ReplaceDatabase Gets or sets SQL Server should create the specified database and its related files even if another database already exists with the same name
공용 속성 SetRestrictedUser Gets or sets whether to restrict access for the newly restored database to members of the db_owner, dbcreator, or sysadmin roles.
공용 속성 StandByFile Undo uncommitted transactions, but save the undo actions in a standby file that allows the recovery effects to be reversed.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Equals (Object에서 상속됨)
보호된 메서드 Finalize (Object에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
보호된 메서드 MemberwiseClone (Object에서 상속됨)
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

스레드 보안

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

참고 항목

참조

Microsoft.SqlServer.Management.Smo 네임스페이스