Partager via


IVsDataColumn.AdoDotNetDbType, propriété

Obtient une valeur de l'énumération d' DbType qui spécifie le type de données de la colonne pour un fournisseur de données d' ADO.NET .

Espace de noms :  Microsoft.VisualStudio.Data.Services.RelationalObjectModel
Assembly :  Microsoft.VisualStudio.Data.Services (dans Microsoft.VisualStudio.Data.Services.dll)

Syntaxe

'Déclaration
ReadOnly Property AdoDotNetDbType As Integer
int AdoDotNetDbType { get; }
property int AdoDotNetDbType {
    int get ();
}
abstract AdoDotNetDbType : int with get
function get AdoDotNetDbType () : int

Valeur de propriété

Type : Int32
Une valeur entière correspondant à un champ de l'énumération d' DbType .

Sécurité .NET Framework

Voir aussi

Référence

IVsDataColumn Interface

Microsoft.VisualStudio.Data.Services.RelationalObjectModel, espace de noms