IDTSPackage100.MaxConcurrentExecutables Proprietà

Definizione

Ottiene o imposta il numero di thread che possono essere creati da un pacchetto.

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

Valore della proprietà

Numero di thread che possono essere creati da un pacchetto.

Attributi

Commenti

Questa interfaccia viene implementata dalle interfacce Package e PackageNeutral.

Si applica a