ITransferDatabaseTask Interface
This API supports the infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask
Assembly: Microsoft.SqlServer.TransferDatabasesTask (in Microsoft.SqlServer.TransferDatabasesTask.dll)
Syntax
'Declaration
Public Interface ITransferDatabaseTask
'Usage
Dim instance As ITransferDatabaseTask
public interface ITransferDatabaseTask
public interface class ITransferDatabaseTask
type ITransferDatabaseTask = interface end
public interface ITransferDatabaseTask
The ITransferDatabaseTask type exposes the following members.
Properties
Name | Description | |
---|---|---|
Action | Infrastructure. | |
DestinationConnection | Infrastructure. | |
DestinationDatabaseFiles | Infrastructure. | |
DestinationDatabaseName | Infrastructure. | |
DestinationOverwrite | Infrastructure. | |
Method | Infrastructure. | |
ReattachSourceDatabase | Infrastructure. | |
SourceConnection | Infrastructure. | |
SourceDatabaseFiles | Infrastructure. | |
SourceDatabaseName | Infrastructure. |
Top