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) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.