ITransferJobsTask 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 the transfer jobs task.
public interface class ITransferJobsTask
public interface ITransferJobsTask
type ITransferJobsTask = interface
Public Interface ITransferJobsTask
- Derived
Properties
DestinationConnection |
Gets or sets the name of the connection manager for the destination database. |
EnableJobsAtDestination |
Gets or sets a value that indicates whether the jobs created at the destination should be enabled. |
IfObjectExists |
Gets or sets a value from the IfObjectExists enumeration indicating if the task should fail, overwrite the existing job, or skip the transfer of the job if a job with the same name exists at the destination. |
JobsList |
Gets or sets the names of the jobs to transfer. |
SourceConnection |
Gets or sets the connection string of the connection manager. |
TransferAllJobs |
Gets or sets a value that indicates whether some or all jobs are transferred. |