DataFrameColumn(String, Int64, Type) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
基本 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)
参数
- name
- String
此列的名称。
- length
- Int64
此列的长度。
- type
- Type
此列保留的数据类型。