DataFrameColumnCollection.GetByteColumn(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 ByteDataFrameColumn fichier avec le spécifié name et tente de le retourner en tant que ByteDataFrameColumn. Si DataType ce n’est pas le cas Byte, une exception est levée.
public Microsoft.Data.Analysis.ByteDataFrameColumn GetByteColumn(string name);
member this.GetByteColumn : string -> Microsoft.Data.Analysis.ByteDataFrameColumn
Public Function GetByteColumn (name As String) As ByteDataFrameColumn
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.