Поделиться через


Свойство EventInfo.ParameterTypes

Returns the data type given to the parameter located in the specified position in the array. This field is read-only.

Пространство имен:  Microsoft.SqlServer.Dts.Runtime
Сборка:  Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)

Синтаксис

'Декларация
Public ReadOnly Property ParameterTypes As TypeCode()
    Get
'Применение
Dim instance As EventInfo 
Dim value As TypeCode()

value = instance.ParameterTypes
public TypeCode[] ParameterTypes { get; }
public:
property array<TypeCode>^ ParameterTypes {
    array<TypeCode>^ get ();
}
member ParameterTypes : TypeCode[]
function get ParameterTypes () : TypeCode[]

Значение свойства

Тип: array<System.TypeCode[]
An ushort data type for the parameter in the array at the position specified.

См. также

Справочник

EventInfo Класс

Пространство имен Microsoft.SqlServer.Dts.Runtime