Transfer 构造函数 (Database)

Initializes a new instance of the Transfer class that uses the specified database as the source of the transfer operation.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.SmoExtended(在 Microsoft.SqlServer.SmoExtended.dll 中)

语法

声明
Public Sub New ( _
    database As Database _
)
用法
Dim database As Database 

Dim instance As New Transfer(database)
public Transfer(
    Database database
)
public:
Transfer(
    Database^ database
)
new : 
        database:Database -> Transfer
public function Transfer(
    database : Database
)

参数

示例

传输数据

请参阅

参考

Transfer 类

Transfer 重载

Microsoft.SqlServer.Management.Smo 命名空间