다음을 통해 공유


RestorePlan.SetRestoreOptions 메서드

Sets the restore options.

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

구문

‘선언
Public Sub SetRestoreOptions ( _
    restoreOptions As RestoreOptions _
)
‘사용 방법
Dim instance As RestorePlan 
Dim restoreOptions As RestoreOptions

instance.SetRestoreOptions(restoreOptions)
public void SetRestoreOptions(
    RestoreOptions restoreOptions
)
public:
void SetRestoreOptions(
    RestoreOptions^ restoreOptions
)
member SetRestoreOptions : 
        restoreOptions:RestoreOptions -> unit
public function SetRestoreOptions(
    restoreOptions : RestoreOptions
)

매개 변수

참고 항목

참조

RestorePlan 클래스

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