다음을 통해 공유


RestorePlan.Script 메서드

Verifies the Restore plan and scripts the operation.

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

구문

‘선언
Public Function Script As StringCollection
‘사용 방법
Dim instance As RestorePlan 
Dim returnValue As StringCollection 

returnValue = instance.Script()
public StringCollection Script()
public:
StringCollection^ Script()
member Script : unit -> StringCollection
public function Script() : StringCollection

반환 값

유형: System.Collections.Specialized.StringCollection
The string collection of the T-SQL script for the operation.

참고 항목

참조

RestorePlan 클래스

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