共用方式為


TransferBase.ScriptTransfer 方法

Creates a Transact-SQL command batch script that creates database objects that are transferred by the transfer operation.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.SmoExtended (在 Microsoft.SqlServer.SmoExtended.dll 中)

語法

'宣告
Public Function ScriptTransfer As StringCollection
'用途
Dim instance As TransferBase 
Dim returnValue As StringCollection 

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

傳回值

型別:System.Collections.Specialized.StringCollection
The Transact-SQL script for transfer operation.

請參閱

參考

TransferBase 類別

Microsoft.SqlServer.Management.Smo 命名空間