ITransferDatabaseTask Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a transfer database task.
public interface class ITransferDatabaseTask
public interface ITransferDatabaseTask
type ITransferDatabaseTask = interface
Public Interface ITransferDatabaseTask
- Derived
Properties
Action |
Gets or sets the name of the connection manager for the destination database. |
DestinationConnection |
Gets or sets the name of the connection manager for the destination database. |
DestinationDatabaseFiles |
Gets or sets the name of the database files for the destination database. |
DestinationDatabaseName |
Gets or sets the name of the database at the destination. |
DestinationOverwrite |
Gets or sets a value that indicates whether the destination database can be overwritten if it exists. |
Method |
Gets or sets a value from the TransferAction enumeration indicating whether the task is copying or moving databases. |
ReattachSourceDatabase |
Gets or sets a value that indicates whether the database should be reattached or not. |
SourceConnection |
Gets or sets the name of the connection manager for the source database. |
SourceDatabaseFiles |
Gets or sets the names of the source database files to transfer. |
SourceDatabaseName |
Gets or sets the name of the source database to transfer. |