ITransferJobsTask 接口

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

Represents the transfer jobs task.

命名空间:  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 基础结构。Gets or sets the name of the connection manager for the destination database.
公共属性 EnableJobsAtDestination 基础结构。Gets or sets a value that indicates whether the jobs created at the destination should be enabled.
公共属性 IfObjectExists 基础结构。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 基础结构。Gets or sets the names of the jobs to transfer.
公共属性 SourceConnection 基础结构。Gets or sets the connection string of the connection manager.
公共属性 TransferAllJobs 基础结构。Gets or sets a value that indicates whether some or all jobs are transferred.

页首

请参阅

参考

Microsoft.SqlServer.Dts.Tasks.TransferJobsTask 命名空间