Proprietà EventInfo.ParameterCount

Returns the number of parameters being passed to the EventInfo.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property ParameterCount As Integer 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

EventInfo Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime