Share via


MiningValue 类

Represents a value in the mining distribution or mining column. This class cannot be inherited.

继承层次结构

System. . :: . .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 Gets the maximum value of the discretized range.
公共属性 DiscretizedMid Gets the midpoint of the discretized range.
公共属性 DiscretizedMin Gets the minimum value of the discretized range.
公共属性 Index Gets the index of this mining value.
公共属性 Value Gets the value represented by this MiningValue.
公共属性 ValueType Gets the MiningValueType of this MiningValue.

页首

方法

  名称 说明
公共方法 Equals (从 Object 继承。)
受保护方法 Finalize (从 Object 继承。)
公共方法 GetAsDouble Returns the value that this MiningValue represents, converted to a double.
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetType (从 Object 继承。)
受保护方法 MemberwiseClone (从 Object 继承。)
公共方法 ToString Returns the value that this MiningValue represents, converted to a string. (覆盖 Object. . :: . .ToString() () () ()。)

页首

线程安全

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