MaxConcurrentExecutables-Eigenschaft
Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.
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 PackageRemote32Class
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)