Compartir a través de


Interfaz ITransferJobsTask

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Represents the transfer jobs task.

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.TransferJobsTask
Ensamblado:  Microsoft.SqlServer.TransferJobsTask (en Microsoft.SqlServer.TransferJobsTask.dll)

Sintaxis

'Declaración
Public Interface ITransferJobsTask
'Uso
Dim instance As ITransferJobsTask
public interface ITransferJobsTask
public interface class ITransferJobsTask
type ITransferJobsTask =  interface end
public interface ITransferJobsTask

El tipo ITransferJobsTask expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública DestinationConnection Infraestructura. Gets or sets the name of the connection manager for the destination database.
Propiedad pública EnableJobsAtDestination Infraestructura. Gets or sets a value that indicates whether the jobs created at the destination should be enabled.
Propiedad pública IfObjectExists Infraestructura. 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.
Propiedad pública JobsList Infraestructura. Gets or sets the names of the jobs to transfer.
Propiedad pública SourceConnection Infraestructura. Gets or sets the connection string of the connection manager.
Propiedad pública TransferAllJobs Infraestructura. Gets or sets a value that indicates whether some or all jobs are transferred.

Arriba

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.TransferJobsTask