Partager via


DataFrameColumnCollection.GetUInt64Column(String) Méthode

Définition

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

UInt64DataFrameColumn.

Exceptions

Une colonne nommée name est introuvable ou si le type de la colonne ne correspond pas.

S’applique à