ITransferJobsTask Interface
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Represents the transfer jobs task.
Namespace: Microsoft.SqlServer.Dts.Tasks.TransferJobsTask
Assembly: Microsoft.SqlServer.TransferJobsTask (in Microsoft.SqlServer.TransferJobsTask.dll)
Syntax
'Declaration
Public Interface ITransferJobsTask
'Usage
Dim instance As ITransferJobsTask
public interface ITransferJobsTask
public interface class ITransferJobsTask
type ITransferJobsTask = interface end
public interface ITransferJobsTask
The ITransferJobsTask type exposes the following members.
Properties
Name | Description | |
---|---|---|
DestinationConnection | Infrastructure. Gets or sets the name of the connection manager for the destination database. | |
EnableJobsAtDestination | Infrastructure. Gets or sets a value that indicates whether the jobs created at the destination should be enabled. | |
IfObjectExists | Infrastructure. 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 | Infrastructure. Gets or sets the names of the jobs to transfer. | |
SourceConnection | Infrastructure. Gets or sets the connection string of the connection manager. | |
TransferAllJobs | Infrastructure. Gets or sets a value that indicates whether some or all jobs are transferred. |
Top