此 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. |
上層
.gif)