Share via


MiningStructureColumnTypes.GetColumnType Method

Definition

Overloads

GetColumnType(DataType)

Gets the string representation of the specified data type when related to mining structure columns.

GetColumnType(OleDbType)

Gets the string representation of the specified OLE-DB type when related to mining structure columns.

GetColumnType(DataType)

Gets the string representation of the specified data type when related to mining structure columns.

public static string GetColumnType (Microsoft.AnalysisServices.DataType type);
static member GetColumnType : Microsoft.AnalysisServices.DataType -> string
Public Shared Function GetColumnType (type As DataType) As String

Parameters

type
DataType

The DataType enumeration value.

Returns

A mining structure column of the specified type.

Applies to

GetColumnType(OleDbType)

Gets the string representation of the specified OLE-DB type when related to mining structure columns.

public static string GetColumnType (System.Data.OleDb.OleDbType oleDbType);
static member GetColumnType : System.Data.OleDb.OleDbType -> string
Public Shared Function GetColumnType (oleDbType As OleDbType) As String

Parameters

oleDbType
OleDbType

The OLD-DB type enumeration value.

Returns

A mining structure column of the specified type.

Applies to