Sdílet prostřednictvím


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
Public property DestinationConnection Infrastructure.
Public property EnableJobsAtDestination Infrastructure.
Public property IfObjectExists Infrastructure.
Public property JobsList Infrastructure.
Public property SourceConnection Infrastructure.
Public property TransferAllJobs Infrastructure.

Top