PackageClass.MaxConcurrentExecutables Property
This API supports the infrastructure and is not intended to be used directly from your code.
For more information, see Package.
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 PackageClass
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