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
Public propertyStatic member AllTypes Indicates the possible types for mining structure columns.

Top

Methods

  Name Description
Public methodStatic member GetColumnType Gets or sets the specified type for a mining structure column.
Public methodStatic member GetOleDbType Gets the OLE DB type.

Top

Fields

  Name Description
Public fieldStatic member Binary Gets a column of type binary.
Public fieldStatic member Boolean Gets a column of type Boolean.
Public fieldStatic member Date Gets a column of type Date.
Public fieldStatic member Double Gets a column of type Double.
Public fieldStatic member Long Gets a column of type Long.
Public fieldStatic member 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.

See Also

Reference

Microsoft.AnalysisServices Namespace