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. |
맨 위로 이동