MiningStructureColumnTypes Class

Definition

Represents the column types for the mining structure.

public static class MiningStructureColumnTypes
type MiningStructureColumnTypes = class
Public Class MiningStructureColumnTypes
Inheritance
MiningStructureColumnTypes

Fields

Binary

A column of type binary.

Boolean

A column of type Boolean.

Date

A column of type Date.

Double

A column of type Double.

Long

A column of type Long.

Text

A column that can contain strings.

Properties

AllTypes

Gets the possible types for mining structure columns.

Methods

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.

GetDataItemType(String)

Gets the OLE-DB type equivalent of the mining structure column type.

GetOleDbType(String)

Gets the OLE-DB type equivalent of the mining structure column type.

Applies to