Freigeben über


ITransferJobsTask-Schnittstelle

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Represents the transfer jobs task.

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

Syntax

'Declaration
Public Interface ITransferJobsTask
'Usage
Dim instance As ITransferJobsTask
public interface ITransferJobsTask
public interface class ITransferJobsTask
type ITransferJobsTask =  interface end
public interface ITransferJobsTask

Der ITransferJobsTask-Typ macht folgende Elemente verfügbar.

Eigenschaften

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

Zum Anfang

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Tasks.TransferJobsTask-Namespace