Partilhar via


Interface ITransferJobsTask

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Represents the transfer jobs task.

Namespace:  Microsoft.SqlServer.Dts.Tasks.TransferJobsTask
Assembly:  Microsoft.SqlServer.TransferJobsTask (em Microsoft.SqlServer.TransferJobsTask.dll)

Sintaxe

'Declaração
Public Interface ITransferJobsTask
'Uso
Dim instance As ITransferJobsTask
public interface ITransferJobsTask
public interface class ITransferJobsTask
type ITransferJobsTask =  interface end
public interface ITransferJobsTask

O tipo ITransferJobsTask expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública DestinationConnection Infraestrutura. Gets or sets the name of the connection manager for the destination database.
Propriedade pública EnableJobsAtDestination Infraestrutura. Gets or sets a value that indicates whether the jobs created at the destination should be enabled.
Propriedade pública IfObjectExists Infraestrutura. 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.
Propriedade pública JobsList Infraestrutura. Gets or sets the names of the jobs to transfer.
Propriedade pública SourceConnection Infraestrutura. Gets or sets the connection string of the connection manager.
Propriedade pública TransferAllJobs Infraestrutura. Gets or sets a value that indicates whether some or all jobs are transferred.

Início

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Tasks.TransferJobsTask