Partager via


Propriété ParameterInfo.DataType

Gets the data type of the ParameterInfo object.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
Public ReadOnly Property DataType As TypeCode 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

ParameterInfo Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime