DataFrameColumnCollection.GetUInt64Column(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 le UInt64DataFrameColumn fichier avec le fichier spécifié name.
public Microsoft.Data.Analysis.UInt64DataFrameColumn GetUInt64Column(string name);
member this.GetUInt64Column : string -> Microsoft.Data.Analysis.UInt64DataFrameColumn
Public Function GetUInt64Column (name As String) As UInt64DataFrameColumn
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.