Compartir a través de


Transfer Constructor (Database)

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)

Sintaxis

'Declaración
Public Sub New ( _
    database As Database _
)
'Uso
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
)

Parámetros

Ejemplos

Transferir datos

Vea también

Referencia

Transfer Clase

Sobrecarga de Transfer

Espacio de nombres Microsoft.SqlServer.Management.Smo