MiningValue 类

表示挖掘分布或挖掘列中的值。 无法继承此类。

继承层次结构

Object
  Microsoft.AnalysisServices.AdomdServer.MiningValue

命名空间:  Microsoft.AnalysisServices.AdomdServer
程序集:  msmgdsrv(在 msmgdsrv.dll 中)

语法

声明
Public NotInheritable Class MiningValue
用法
Dim instance As MiningValue
public sealed class MiningValue
public ref class MiningValue sealed
[<SealedAttribute>]
type MiningValue =  class end
public final class MiningValue

MiningValue 类型公开以下成员。

属性

  名称 说明
公共属性 DiscretizedMax 获取离散化范围的最大值。
公共属性 DiscretizedMid 获取离散化范围的中点。
公共属性 DiscretizedMin 获取离散化范围的最小值。
公共属性 Index 获取此挖掘值的索引。
公共属性 Value 获取此 MiningValue 表示的值。
公共属性 ValueType 获取此 MiningValue 的 MiningValueType

顶部

方法

  名称 说明
公共方法 Equals (从 Object 继承。)
公共方法 GetAsDouble 返回此 MiningValue 表示的值,并且转换为 double。
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetType (从 Object 继承。)
公共方法 ToString 返回此 MiningValue 表示的值,并且转换为 string。 (覆盖 ObjectToString。)

顶部

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.AnalysisServices.AdomdServer 命名空间