MiningColumnType 枚举
描述 MiningModelColumn 表示的基础数据的类型。
命名空间: Microsoft.AnalysisServices.AdomdServer
程序集: msmgdsrv(在 msmgdsrv.dll 中)
语法
声明
Public Enumeration MiningColumnType
用法
Dim instance As MiningColumnType
public enum MiningColumnType
public enum class MiningColumnType
type MiningColumnType
public enum MiningColumnType
成员
成员名称 | 说明 | |
---|---|---|
Boolean | 列包含 Boolean 数据类型 (DBTYPE_BOOL)。 | |
Custom | 列包含 Custom 数据类型。 | |
Date | 列包含 Date 数据类型 (DBTYPE_DATE)。 | |
Double | 列包含 Double 数据类型 (DBTYPE_R8)。 | |
Long | 列包含 Long 数据类型 (DBTYPE_I8)。 | |
Missing | 列包含未指定的数据类型 (DBTYPE_EMPTY)。 | |
Table | 列包含表数据类型 (DBTYPE_HCHAPTER)。 | |
Text | 列包含 string 数据类型 (DBTYPE_WSTR)。 |