MiningStructureColumnTypes Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |