DatabaseRecoveryState 열거형
Specifies the state of the database restore operation.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.SmoExtended(Microsoft.SqlServer.SmoExtended.dll)
구문
‘선언
Public Enumeration DatabaseRecoveryState
‘사용 방법
Dim instance As DatabaseRecoveryState
public enum DatabaseRecoveryState
public enum class DatabaseRecoveryState
type DatabaseRecoveryState
public enum DatabaseRecoveryState
멤버
멤버 이름 | 설명 | |
---|---|---|
WithNoRecovery | Instructs the restore operation to not rollback any uncommitted transactions for another transaction log backup to be restored later. The database remains in the restoring state after the restore operation. | |
WithRecovery | Leaves the database ready to use by rolling back uncommitted transactions. Additional transaction logs cannot be restored. | |
WithStandBy | Rollbacks uncommitted transactions, but saves the rollback actions in a standby file that allows the recovery effects to be reversed. |