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.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)
public enum MiningColumnType
Member nameDescription
BooleanRepresents a Boolean data type (DBTYPE_BOOL).
CustomRepresents a Custom data type.
DateRepresents a Date data type (DBTYPE_DATE).
DoubleRepresents a Double data type (DBTYPE_R8).
LongRepresents a Long data type (DBTYPE_I8).
MissingRepresents an unspecified data type (DBTYPE_EMPTY).
TableRepresents a table data type (DBTYPE_HCHAPTER).
TextRepresents a string data type (DBTYPE_WSTR).
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.