다음을 통해 공유


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 네임스페이스