MiningStructureColumnTypes 类

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) 成员都是线程安全的。不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.AnalysisServices 命名空间