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 some or all jobs are transferred.
Namespace: Microsoft.SqlServer.Dts.Tasks.TransferJobsTask
Assembly: Microsoft.SqlServer.TransferJobsTask (in Microsoft.SqlServer.TransferJobsTask.dll)
Syntax
'Declaration
Property TransferAllJobs As Boolean
Get
Set
'Usage
Dim instance As ITransferJobsTask
Dim value As Boolean
value = instance.TransferAllJobs
instance.TransferAllJobs = value
bool TransferAllJobs { get; set; }
property bool TransferAllJobs {
bool get ();
void set (bool value);
}
abstract TransferAllJobs : bool with get, set
function get TransferAllJobs () : boolean
function set TransferAllJobs (value : boolean)
Property Value
Type: System.Boolean
true if all jobs are transferred; otherwise, false.