Share via


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
Public property Action Infrastructure.
Public property DestinationConnection Infrastructure.
Public property DestinationDatabaseFiles Infrastructure.
Public property DestinationDatabaseName Infrastructure.
Public property DestinationOverwrite Infrastructure.
Public property Method Infrastructure.
Public property ReattachSourceDatabase Infrastructure.
Public property SourceConnection Infrastructure.
Public property SourceDatabaseFiles Infrastructure.
Public property SourceDatabaseName Infrastructure.

Top