MiningStructureColumnTypes Class
Represents the column types for the mining structure.
Inheritance Hierarchy
System.Object
Microsoft.AnalysisServices.MiningStructureColumnTypes
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public NotInheritable Class MiningStructureColumnTypes
'Usage
public static class MiningStructureColumnTypes
public ref class MiningStructureColumnTypes abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type MiningStructureColumnTypes = class end
public final class MiningStructureColumnTypes
The MiningStructureColumnTypes type exposes the following members.
Properties
Name | Description | |
---|---|---|
AllTypes | Indicates the possible types for mining structure columns. |
Top
Methods
Name | Description | |
---|---|---|
GetColumnType | Gets or sets the specified type for a mining structure column. | |
GetOleDbType | Gets the OLE DB type. |
Top
Fields
Name | Description | |
---|---|---|
Binary | Gets a column of type binary. | |
Boolean | Gets a column of type Boolean. | |
Date | Gets a column of type Date. | |
Double | Gets a column of type Double. | |
Long | Gets a column of type Long. | |
Text | Gets a column that can contain strings. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.