DataFrameColumnCollection.GetUInt32Column(String) Méthode

Définition

Obtient le UInt32DataFrameColumn fichier avec le fichier spécifié name.

public Microsoft.Data.Analysis.UInt32DataFrameColumn GetUInt32Column (string name);
member this.GetUInt32Column : string -> Microsoft.Data.Analysis.UInt32DataFrameColumn
Public Function GetUInt32Column (name As String) As UInt32DataFrameColumn

Paramètres

name
String

Nom de la colonne

Retours

UInt32DataFrameColumn.

Exceptions

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

S’applique à