Share via


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
Public property DestinationConnection Infrastructure. Gets or sets the name of the connection manager for the destination database.
Public property EnableJobsAtDestination Infrastructure. Gets or sets a value that indicates whether the jobs created at the destination should be enabled.
Public property 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.
Public property JobsList Infrastructure. Gets or sets the names of the jobs to transfer.
Public property SourceConnection Infrastructure. Gets or sets the connection string of the connection manager.
Public property TransferAllJobs Infrastructure. Gets or sets a value that indicates whether some or all jobs are transferred.

Top

See Also

Reference

Microsoft.SqlServer.Dts.Tasks.TransferJobsTask Namespace