ITransferDatabaseTask Interface
This API supports the product infrastructure and is not intended to be used directly from your code.
Represents a transfer database task.
Assembly: Microsoft.SqlServer.TransferDatabasesTask (in Microsoft.SqlServer.TransferDatabasesTask.dll)
| Name | Description | |
|---|---|---|
![]() | Action | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value from the TransferAction enumeration indicating whether the task is copying or moving databases. |
![]() | DestinationConnection | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the name of the connection manager for the destination database. |
![]() | DestinationDatabaseFiles | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the name of the database files for the destination database. |
![]() | DestinationDatabaseName | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the name of the database at the destination. |
![]() | DestinationOverwrite | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether the destination database can be overwritten if it exists. |
![]() | Method | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value from the TransferMethod enumeration indicating whether to use Online or Offline transfer method. |
![]() | ReattachSourceDatabase | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether the database should be reattached or not. |
![]() | SourceConnection | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the name of the connection manager for the source database. |
![]() | SourceDatabaseFiles | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the names of the source database files to transfer. |
![]() | SourceDatabaseName | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the name of the source database to transfer. |
