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