EventInfo.ParameterCount Property
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
Property Value
Type: System.Int32
An Integer that specifies the number of parameters.