Partager via


Interface ITransferJobsTask

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Represents the transfer jobs task.

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.TransferJobsTask
Assembly :  Microsoft.SqlServer.TransferJobsTask (en Microsoft.SqlServer.TransferJobsTask.dll)

Syntaxe

'Déclaration
Public Interface ITransferJobsTask
'Utilisation
Dim instance As ITransferJobsTask
public interface ITransferJobsTask
public interface class ITransferJobsTask
type ITransferJobsTask =  interface end
public interface ITransferJobsTask

Le type ITransferJobsTask expose les membres suivants.

Propriétés

  Nom Description
Propriété publique DestinationConnection Infrastructure. Gets or sets the name of the connection manager for the destination database.
Propriété publique EnableJobsAtDestination Infrastructure. Gets or sets a value that indicates whether the jobs created at the destination should be enabled.
Propriété publique IfObjectExists Infrastructure. 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.
Propriété publique JobsList Infrastructure. Gets or sets the names of the jobs to transfer.
Propriété publique SourceConnection Infrastructure. Gets or sets the connection string of the connection manager.
Propriété publique TransferAllJobs Infrastructure. Gets or sets a value that indicates whether some or all jobs are transferred.

Haut de la page

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Tasks.TransferJobsTask