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 命名空间