OleDbDataReader.GetDataTypeName(Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le nom du type de données source.
public:
virtual System::String ^ GetDataTypeName(int index);
public:
override System::String ^ GetDataTypeName(int index);
public string GetDataTypeName(int index);
public override string GetDataTypeName(int index);
abstract member GetDataTypeName : int -> string
override this.GetDataTypeName : int -> string
override this.GetDataTypeName : int -> string
Public Function GetDataTypeName (index As Integer) As String
Public Overrides Function GetDataTypeName (index As Integer) As String
Paramètres
- index
- Int32
Ordinal de colonne de base zéro.
Retours
Nom du type de données back-end. Pour plus d’informations, consultez SQL Server types de données ou Access.