ITransferJobsTask Interface
This API supports the infrastructure and is not intended to be used directly from your code.
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. |
![]() |
EnableJobsAtDestination | Infrastructure. |
![]() |
IfObjectExists | Infrastructure. |
![]() |
JobsList | Infrastructure. |
![]() |
SourceConnection | Infrastructure. |
![]() |
TransferAllJobs | Infrastructure. |
Top