Partager via


Propriété ParameterInfo.DataType

Gets the data type of the parameter.

Espace de noms :  Microsoft.SqlServer.Management.IntegrationServices
Assembly :  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property DataType As TypeCode 
    Get
'Utilisation
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

Valeur de propriété

Type : System.TypeCode
The description of the parameter.

Voir aussi

Référence

ParameterInfo Classe

Espace de noms Microsoft.SqlServer.Management.IntegrationServices