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
)
參數
- database
型別:Microsoft.SqlServer.Management.Smo. . :: . .Database
A Database object that specifies the database that is the source of the transfer operation.