ParameterInfo.DataType Property
Gets the data type of the ParameterInfo object.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public ReadOnly Property DataType As TypeCode
Get
'Usage
Dim instance As ParameterInfo
Dim value As TypeCode
value = instance.DataType
public TypeCode DataType { get; }
public:
property TypeCode DataType {
TypeCode get ();
}
member DataType : TypeCode
function get DataType () : TypeCode
Property Value
Type: System.TypeCode
The data type of the specified object.