Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 | |
|---|---|---|
![]() |
DestinationConnection | Infrastruktur Gets or sets the name of the connection manager for the destination database. |
![]() |
EnableJobsAtDestination | Infrastruktur Gets or sets a value that indicates whether the jobs created at the destination should be enabled. |
![]() |
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. |
![]() |
JobsList | Infrastruktur Gets or sets the names of the jobs to transfer. |
![]() |
SourceConnection | Infrastruktur Gets or sets the connection string of the connection manager. |
![]() |
TransferAllJobs | Infrastruktur Gets or sets a value that indicates whether some or all jobs are transferred. |
Zum Anfang
.gif)