PackageRemote64Class.MaxConcurrentExecutables Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets the number of threads that a package can create.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Public Overridable Property MaxConcurrentExecutables As Integer
Get
Set
'Usage
Dim instance As PackageRemote64Class
Dim value As Integer
value = instance.MaxConcurrentExecutables
instance.MaxConcurrentExecutables = value
public virtual int MaxConcurrentExecutables { get; set; }
public:
virtual property int MaxConcurrentExecutables {
int get ();
void set (int value);
}
abstract MaxConcurrentExecutables : int with get, set
override MaxConcurrentExecutables : int with get, set
function get MaxConcurrentExecutables () : int
function set MaxConcurrentExecutables (value : int)
Property Value
Type: System.Int32
The number of threads that a package can create.
Implements
IDTSPackage100.MaxConcurrentExecutables