ITransferJobsTask 接口

此 API 支持 SQL Server 2008 基础结构,但不能通过代码直接使用。

命名空间:  Microsoft.SqlServer.Dts.Tasks.TransferJobsTask
程序集:  Microsoft.SqlServer.TransferJobsTask(在 Microsoft.SqlServer.TransferJobsTask.dll 中)

语法

声明
Public Interface ITransferJobsTask
用法
Dim instance As ITransferJobsTask
public interface ITransferJobsTask
public interface class ITransferJobsTask
type ITransferJobsTask =  interface end
public interface ITransferJobsTask

ITransferJobsTask 类型公开以下成员。

属性

  名称 说明
公共属性 DestinationConnection 基础结构。
公共属性 EnableJobsAtDestination 基础结构。
公共属性 IfObjectExists 基础结构。
公共属性 JobsList 基础结构。
公共属性 SourceConnection 基础结构。
公共属性 TransferAllJobs 基础结构。

页首