DatabaseRestorePlanner.CreateRestorePlan 메서드 (RestoreOptions)

Creates the restore plan with restore options.

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

구문

‘선언
Public Function CreateRestorePlan ( _
    ro As RestoreOptions _
) As RestorePlan
‘사용 방법
Dim instance As DatabaseRestorePlanner 
Dim ro As RestoreOptions 
Dim returnValue As RestorePlan 

returnValue = instance.CreateRestorePlan(ro)
public RestorePlan CreateRestorePlan(
    RestoreOptions ro
)
public:
RestorePlan^ CreateRestorePlan(
    RestoreOptions^ ro
)
member CreateRestorePlan : 
        ro:RestoreOptions -> RestorePlan
public function CreateRestorePlan(
    ro : RestoreOptions
) : RestorePlan

매개 변수

반환 값

유형: Microsoft.SqlServer.Management.Smo.RestorePlan
The restore plan.

참고 항목

참조

DatabaseRestorePlanner 클래스

CreateRestorePlan 오버로드

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