Freigeben über


PackageClass.MaxConcurrentExecutables-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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 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)

Eigenschaftswert

Typ: System.Int32
The number of threads that a package can create.

Implementiert

IDTSPackage100.MaxConcurrentExecutables

Hinweise

For more information, see Package.

Siehe auch

Verweis

PackageClass Klasse

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace