Partager via


DataFrameColumnCollection.GetUInt16Column(String) Méthode

Définition

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

UInt16DataFrameColumn.

Exceptions

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

S’applique à