SqlDataRecord.GetSqlDecimal(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 la valeur de la colonne spécifiée par l’ordinal en tant que SqlDecimal.
public:
virtual System::Data::SqlTypes::SqlDecimal GetSqlDecimal(int ordinal);
public virtual System.Data.SqlTypes.SqlDecimal GetSqlDecimal (int ordinal);
abstract member GetSqlDecimal : int -> System.Data.SqlTypes.SqlDecimal
override this.GetSqlDecimal : int -> System.Data.SqlTypes.SqlDecimal
Public Overridable Function GetSqlDecimal (ordinal As Integer) As SqlDecimal
Paramètres
- ordinal
- Int32
Numéro en base zéro de la colonne.
Retours
Valeur de la colonne en tant que SqlDecimal.
Exceptions
ordinal
est inférieur à 0 ou supérieur au nombre de colonnes (soit FieldCount).
Il existe une incompatibilité de type.