다음을 통해 공유


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.