Costruttore Transfer (Database)

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

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    database As Database _
)
'Utilizzo
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
)

Parametri