共用方式為


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.