Свойство EventInfo.ParameterCount
Returns the number of parameters being passed to the EventInfo.
Пространство имен: Microsoft.SqlServer.Dts.Runtime
Сборка: Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)
Синтаксис
'Декларация
Public ReadOnly Property ParameterCount As Integer
Get
'Применение
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
Значение свойства
Тип: System.Int32
An Integer that specifies the number of parameters.