Condividi tramite


Proprietà IDTSPackage100.MaxConcurrentExecutables

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
Property MaxConcurrentExecutables As Integer 
    Get 
    Set
'Utilizzo
Dim instance As IDTSPackage100 
Dim value As Integer 

value = instance.MaxConcurrentExecutables

instance.MaxConcurrentExecutables = value
int MaxConcurrentExecutables { get; set; }
property int MaxConcurrentExecutables {
    int get ();
    void set (int value);
}
abstract MaxConcurrentExecutables : int with get, set
function get MaxConcurrentExecutables () : int 
function set MaxConcurrentExecutables (value : int)

Valore proprietà

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

Osservazioni

This interface is implemented by the Package and PackageNeutral interfaces.

Vedere anche

Riferimento

IDTSPackage100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper