Classe MiningStructureColumnTypes
Represents the column types for the mining structure.
Hierarquia de herança
System.Object
Microsoft.AnalysisServices.MiningStructureColumnTypes
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public NotInheritable Class MiningStructureColumnTypes
'Uso
public static class MiningStructureColumnTypes
public ref class MiningStructureColumnTypes abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type MiningStructureColumnTypes = class end
public final class MiningStructureColumnTypes
O tipo MiningStructureColumnTypes expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
AllTypes | Indicates the possible types for mining structure columns. |
Início
Métodos
Nome | Descrição | |
---|---|---|
GetColumnType | Gets or sets the specified type for a mining structure column. | |
GetOleDbType | Gets the OLE DB type. |
Início
Campos
Nome | Descrição | |
---|---|---|
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. |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.