ITransferJobsTask Interface
This API supports the product infrastructure and is not intended to be used directly from your code.
Represents the transfer jobs task.
Assembly: Microsoft.SqlServer.TransferJobsTask (in Microsoft.SqlServer.TransferJobsTask.dll)
| Name | Description | |
|---|---|---|
![]() | DestinationConnection | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the name of the connection manager for the destination database. |
![]() | EnableJobsAtDestination | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether the jobs created at the destination should be enabled. |
![]() | IfObjectExists | This API supports the product infrastructure and is not intended to be used directly from your code. 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 | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the names of the jobs to transfer. |
![]() | SourceConnection | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the connection string of the connection manager. |
![]() | TransferAllJobs | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether some or all jobs are transferred. |
