IDTSPackage100.MaxConcurrentExecutables Property

Definition

Gets or sets the number of threads that a package can create.

public:
 property int MaxConcurrentExecutables { int get(); void set(int value); };
[System.Runtime.InteropServices.DispId(43)]
public int MaxConcurrentExecutables { [System.Runtime.InteropServices.DispId(43)] get; [System.Runtime.InteropServices.DispId(43)] set; }
[<System.Runtime.InteropServices.DispId(43)>]
[<get: System.Runtime.InteropServices.DispId(43)>]
[<set: System.Runtime.InteropServices.DispId(43)>]
member this.MaxConcurrentExecutables : int with get, set
Public Property MaxConcurrentExecutables As Integer

Property Value

The number of threads that a package can create.

Attributes

Remarks

This interface is implemented by the Package and PackageNeutral interfaces.

Applies to