共用方式為


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

參數

傳回值

型別:System.Collections.Specialized.StringCollection
A StringCollection system object value that contains a list of Transact-SQL statements in the script.

備註

產生的指令碼可能包含未記載的內部程序;完整的指令碼輸出必須包含這些程序。

範例

備份及還原資料庫和交易記錄

請參閱

參考

Restore 類別

Microsoft.SqlServer.Management.Smo 命名空間

其他資源

RESTORE (Transact-SQL)

SQL Server 資料庫的備份與還原