DataFrameColumnCollection Klasa
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Obiekt DataFrameColumnCollection to tylko kontener, który zawiera wiele wystąpień elementu DataFrameColumn.
public class DataFrameColumnCollection : System.Collections.ObjectModel.Collection<Microsoft.Data.Analysis.DataFrameColumn>
type DataFrameColumnCollection = class
inherit Collection<DataFrameColumn>
Public Class DataFrameColumnCollection
Inherits Collection(Of DataFrameColumn)
- Dziedziczenie
-
DataFrameColumnCollection
Właściwości
Item[String] |
Indeksator oparty na Name |
Metody
ClearItems() |
Obiekt DataFrameColumnCollection to tylko kontener, który zawiera wiele wystąpień elementu DataFrameColumn. |
GetArrowStringColumn(String) |
Pobiera element ArrowStringDataFrameColumn z określonym |
GetBooleanColumn(String) |
Pobiera element BooleanDataFrameColumn z określonym |
GetByteColumn(String) |
Pobiera element ByteDataFrameColumn z określoną wartością |
GetCharColumn(String) |
Pobiera element CharDataFrameColumn z określonym |
GetDateTimeColumn(String) |
Pobiera element DateTimeDataFrameColumn z określonym |
GetDecimalColumn(String) |
Pobiera element DecimalDataFrameColumn z określonym |
GetDoubleColumn(String) |
Pobiera element DoubleDataFrameColumn z określonym |
GetInt16Column(String) |
Pobiera element Int16DataFrameColumn z określonym |
GetInt32Column(String) |
Pobiera element Int32DataFrameColumn z określonym |
GetInt64Column(String) |
Pobiera element Int64DataFrameColumn z określonym |
GetPrimitiveColumn<T>(String) |
Pobiera element PrimitiveDataFrameColumn<T> z określonym |
GetSByteColumn(String) |
Pobiera element SByteDataFrameColumn z określonym |
GetSingleColumn(String) |
Pobiera element SingleDataFrameColumn z określonym |
GetStringColumn(String) |
Pobiera element StringDataFrameColumn z określonym |
GetUInt16Column(String) |
Pobiera element UInt16DataFrameColumn z określonym |
GetUInt32Column(String) |
Pobiera element UInt32DataFrameColumn z określonym |
GetUInt64Column(String) |
Pobiera element UInt64DataFrameColumn z określonym |
IndexOf(String) |
Wyszukuje element DataFrameColumn z określoną wartością |
Insert<T>(Int32, IEnumerable<T>, String) |
Obiekt DataFrameColumnCollection to tylko kontener, który zawiera wiele wystąpień elementu DataFrameColumn. |
InsertItem(Int32, DataFrameColumn) |
Obiekt DataFrameColumnCollection to tylko kontener, który zawiera wiele wystąpień elementu DataFrameColumn. |
Remove(String) |
Obiekt DataFrameColumnCollection to tylko kontener, który zawiera wiele wystąpień elementu DataFrameColumn. |
RemoveItem(Int32) |
Obiekt DataFrameColumnCollection to tylko kontener, który zawiera wiele wystąpień elementu DataFrameColumn. |
RenameColumn(String, String) |
Obiekt DataFrameColumnCollection to tylko kontener, który zawiera wiele wystąpień elementu DataFrameColumn. |
SetColumnName(DataFrameColumn, String) |
Przestarzałe.
Obiekt DataFrameColumnCollection to tylko kontener, który zawiera wiele wystąpień elementu DataFrameColumn. |
SetItem(Int32, DataFrameColumn) |
Obiekt DataFrameColumnCollection to tylko kontener, który zawiera wiele wystąpień elementu DataFrameColumn. |