TransferBase Constructor (Database)
Initializes a new instance of the TransferBase class that uses the specified database as the source of the transfer operation.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
Syntax
'Bildirim
Public Sub New ( _
database As Database _
)
'Kullanım
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
)
Parameters
- database
Type: Microsoft.SqlServer.Management.Smo.Database
The database that is the source of the transfer operation.