共用方式為


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 命名空間