Partilhar via


DataFrameColumn(String, Int64, Type) Construtor

Definição

O construtor base DataFrameColumn .

protected DataFrameColumn (string name, long length, Type type);
new Microsoft.Data.Analysis.DataFrameColumn : string * int64 * Type -> Microsoft.Data.Analysis.DataFrameColumn
Protected Sub New (name As String, length As Long, type As Type)

Parâmetros

name
String

O nome desta coluna.

length
Int64

O comprimento desta coluna.

type
Type

O tipo de dados que esta coluna contém.

Aplica-se a