Freigeben über


MiningStructureColumnTypes-Klasse

Represents the column types for the mining structure.

Vererbungshierarchie

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

Der MiningStructureColumnTypes-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche EigenschaftStatisches Element AllTypes Indicates the possible types for mining structure columns.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche MethodeStatisches Element GetColumnType Gets or sets the specified type for a mining structure column.
Öffentliche MethodeStatisches Element GetOleDbType Gets the OLE DB type.

Zum Anfang

Felder

  Name Beschreibung
Öffentliches FeldStatisches Element Binary Gets a column of type binary.
Öffentliches FeldStatisches Element Boolean Gets a column of type Boolean.
Öffentliches FeldStatisches Element Date Gets a column of type Date.
Öffentliches FeldStatisches Element Double Gets a column of type Double.
Öffentliches FeldStatisches Element Long Gets a column of type Long.
Öffentliches FeldStatisches Element Text Gets a column that can contain strings.

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.AnalysisServices-Namespace