Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Initializes a new instance of the TransferBase class that uses the specified database as the source of the transfer operation.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)
Syntaxe
'Déclaration
Public Sub New ( _
database As Database _
)
'Utilisation
Dim database As Database
Dim instance As New TransferBase(database)
public TransferBase(
Database database
)
public:
TransferBase(
Database^ database
)
new :
database:Database -> TransferBase
public function TransferBase(
database : Database
)
Paramètres
- database
Type : Microsoft.SqlServer.Management.Smo.Database
The database that is the source of the transfer operation.