Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
'Declaration
Public Sub New ( _
database As Database _
)
'Usage
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.