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 | |
---|---|---|
AllTypes | Indicates the possible types for mining structure columns. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
GetColumnType | Gets or sets the specified type for a mining structure column. | |
GetOleDbType | Gets the OLE DB type. |
Zum Anfang
Felder
Name | Beschreibung | |
---|---|---|
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. |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.