Właściwość PackageRemote64Class.MaxConcurrentExecutables
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Runtime.Wrapper
Zestaw: Microsoft.SqlServer.DTSRuntimeWrap (w Microsoft.SqlServer.DTSRuntimeWrap.dll)
Składnia
'Deklaracja
Public Overridable Property MaxConcurrentExecutables As Integer
Get
Set
'Użycie
Dim instance As PackageRemote64Class
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)
Wartość właściwości
Typ: System.Int32
Implementacje
Zobacz także