Интерфейс 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