Restore.Script 方法
Generates a Transact-SQL script that can be used to re-create the restore operation.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.SmoExtended (在 Microsoft.SqlServer.SmoExtended.dll 中)
語法
'宣告
Public Function Script ( _
server As Server _
) As StringCollection
'用途
Dim instance As Restore
Dim server As Server
Dim returnValue As StringCollection
returnValue = instance.Script(server)
public StringCollection Script(
Server server
)
public:
StringCollection^ Script(
Server^ server
)
member Script :
server:Server -> StringCollection
public function Script(
server : Server
) : StringCollection
參數
- server
型別:Microsoft.SqlServer.Management.Smo.Server
A Server object that represents the instance of SQL Server that is targeted by the restore operation.
傳回值
型別:System.Collections.Specialized.StringCollection
A StringCollection system object value that contains a list of Transact-SQL statements in the script.
備註
產生的指令碼可能包含未記載的內部程序;完整的指令碼輸出必須包含這些程序。
範例
請參閱
參考
Microsoft.SqlServer.Management.Smo 命名空間