Свойство MaxConcurrentExecutables
Этот API-интерфейс поддерживает инфраструктуру и не предназначен для использования непосредственно из кода.
This interface is implemented by the Package and PackageNeutral interfaces.
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка: Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)
Синтаксис
'Декларация
Property MaxConcurrentExecutables As Integer
Get
Set
'Применение
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)
Значение свойства
См. также