Represents the column types for the mining structure.
继承层次结构
System.Object
Microsoft.AnalysisServices.MiningStructureColumnTypes
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)
语法
声明
Public NotInheritable Class MiningStructureColumnTypes
用法
public static class MiningStructureColumnTypes
public ref class MiningStructureColumnTypes abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type MiningStructureColumnTypes = class end
public final class MiningStructureColumnTypes
MiningStructureColumnTypes 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
![]() ![]() |
AllTypes | Indicates the possible types for mining structure columns. |
页首
方法
名称 | 说明 | |
---|---|---|
![]() ![]() |
GetColumnType | Gets or sets the specified type for a mining structure column. |
![]() ![]() |
GetOleDbType | Gets the OLE DB type. |
页首
字段
名称 | 说明 | |
---|---|---|
![]() ![]() |
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. |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。