Interfaccia ITransferJobsTask

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Represents the transfer jobs task.

Spazio dei nomi  Microsoft.SqlServer.Dts.Tasks.TransferJobsTask
Assembly:  Microsoft.SqlServer.TransferJobsTask (in Microsoft.SqlServer.TransferJobsTask.dll)

Sintassi

'Dichiarazione
Public Interface ITransferJobsTask
'Utilizzo
Dim instance As ITransferJobsTask
public interface ITransferJobsTask
public interface class ITransferJobsTask
type ITransferJobsTask =  interface end
public interface ITransferJobsTask

Nel tipo ITransferJobsTask sono esposti i membri seguenti.

Proprietà

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

In alto

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.TransferJobsTask