Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.