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 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 PackageNeutralClass
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
Remarks
For more information, see Package.