Compartir a través de


EventInfo.ParameterCount Propiedad

Returns the number of parameters being passed to the EventInfo.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
Public ReadOnly Property ParameterCount As Integer 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

EventInfo Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime