Freigeben über


EventInfo.ParameterCount-Eigenschaft

Returns the number of parameters being passed to the EventInfo.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
Public ReadOnly Property ParameterCount As Integer 
    Get
'Usage
Dim instance As EventInfo 
Dim value As Integer 

value = instance.ParameterCount
public int ParameterCount { get; }
public:
property int ParameterCount {
    int get ();
}
member ParameterCount : int
function get ParameterCount () : int

Eigenschaftswert

Typ: System.Int32
An Integer that specifies the number of parameters.

Siehe auch

Verweis

EventInfo Klasse

Microsoft.SqlServer.Dts.Runtime-Namespace