Compartir a través de


ParameterInfo.DataType Propiedad

Gets the data type of the ParameterInfo object.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
Public ReadOnly Property DataType As TypeCode 
    Get
'Uso
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

Valor de la propiedad

Tipo: System.TypeCode
The data type of the specified object.

Vea también

Referencia

ParameterInfo Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime