Compartir a través de


ParameterInfo.DataType Propiedad

Gets the data type of the parameter.

Espacio de nombres:  Microsoft.SqlServer.Management.IntegrationServices
Ensamblado:  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property DataType As TypeCode 
    Get
'Uso
Dim instance As ParameterInfo 
Dim value As TypeCode 

value = instance.DataType
[SfcPropertyAttribute(Data = true)]
public TypeCode DataType { get; }
[SfcPropertyAttribute(Data = true)]
public:
property TypeCode DataType {
    TypeCode get ();
}
[<SfcPropertyAttribute(Data = true)>]
member DataType : TypeCode
function get DataType () : TypeCode

Valor de la propiedad

Tipo: System.TypeCode
The description of the parameter.

Vea también

Referencia

ParameterInfo Clase

Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices