Compartilhar via


Propriedade do RDL EventInfo.ParameterCount

Returns the number of parameters being passed to the EventInfo.

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

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

EventInfo Classe

Namespace Microsoft.SqlServer.Dts.Runtime