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 | |
---|---|---|
DestinationConnection | Infraestrutura. Gets or sets the name of the connection manager for the destination database. | |
EnableJobsAtDestination | Infraestrutura. Gets or sets a value that indicates whether the jobs created at the destination should be enabled. | |
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. | |
JobsList | Infraestrutura. Gets or sets the names of the jobs to transfer. | |
SourceConnection | Infraestrutura. Gets or sets the connection string of the connection manager. | |
TransferAllJobs | Infraestrutura. Gets or sets a value that indicates whether some or all jobs are transferred. |
Início