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.