Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 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.
Namespace: Microsoft.SqlServer.Dts.Tasks.TransferJobsTask
Assembly: Microsoft.SqlServer.TransferJobsTask (in Microsoft.SqlServer.TransferJobsTask.dll)
Syntax
'Declaration
Property EnableJobsAtDestination As Boolean
Get
Set
'Usage
Dim instance As ITransferJobsTask
Dim value As Boolean
value = instance.EnableJobsAtDestination
instance.EnableJobsAtDestination = value
bool EnableJobsAtDestination { get; set; }
property bool EnableJobsAtDestination {
bool get ();
void set (bool value);
}
abstract EnableJobsAtDestination : bool with get, set
function get EnableJobsAtDestination () : boolean
function set EnableJobsAtDestination (value : boolean)
Property Value
Type: System.Boolean
true if the jobs created are enabled; otherwise, false.