IDTSPackage100.MaxConcurrentExecutables Propriedade

Definição

Obtém ou define o número de threads que um pacote pode criar.

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

Valor da propriedade

O número de threads que um pacote pode criar.

Atributos

Comentários

Esta interface é implementada pelas interfaces Package e PackageNeutral.

Aplica-se a