DataFrameColumnCollection.GetUInt16Column(String) 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 l’objet UInt16DataFrameColumn avec le fichier spécifié name.
public Microsoft.Data.Analysis.UInt16DataFrameColumn GetUInt16Column(string name);
member this.GetUInt16Column : string -> Microsoft.Data.Analysis.UInt16DataFrameColumn
Public Function GetUInt16Column (name As String) As UInt16DataFrameColumn
Paramètres
- name
- String
Nom de la colonne
Retours
Exceptions
Une colonne nommée name est introuvable ou si le type de la colonne ne correspond pas.