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.