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 Transfer
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
A StringCollection system object that contains the Transact-SQL script for transfer operation.

示例

传输数据