Expand Minimize
This topic has not yet been rated - Rate this topic

MiningColumnType Enumeration

Describes the type of the underlying data that a MiningModelColumn represents.

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
public enum MiningColumnType
Member nameDescription
BooleanThe MiningModelColumn represents a Boolean data type (DBTYPE_BOOL).
CustomThe MiningModelColumn represents a Custom data type.
DateThe MiningModelColumn represents a Date data type (DBTYPE_DATE).
DoubleThe MiningModelColumn represents a Double data type (DBTYPE_R8).
LongThe MiningModelColumn represents a Long data type (DBTYPE_I8).
MissingThe MiningModelColumn represents an unspecified data type (DBTYPE_EMPTY).
TableThe MiningModelColumn represents a Table data type (DBTYPE_HCHAPTER).
TextThe MiningModelColumn represents a string data type (DBTYPE_WSTR).
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.