MiningValue Class

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

Inheritance Hierarchy

Object
  Microsoft.AnalysisServices.AdomdServer.MiningValue

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public NotInheritable Class MiningValue
'Usage
Dim instance As MiningValue
public sealed class MiningValue
public ref class MiningValue sealed
[<SealedAttribute>]
type MiningValue =  class end
public final class MiningValue

The MiningValue type exposes the following members.

Properties

  Name Description
Public property DiscretizedMax Gets the maximum value of the discretized range.
Public property DiscretizedMid Gets the midpoint of the discretized range.
Public property DiscretizedMin Gets the minimum value of the discretized range.
Public property Index Gets the index of this mining value.
Public property Value Gets the value represented by this MiningValue.
Public property ValueType Gets the MiningValueType of this MiningValue.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetAsDouble Returns the value that this MiningValue represents, converted to a double.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString Returns the value that this MiningValue represents, converted to a string. (Overrides ObjectToString.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.AnalysisServices.AdomdServer Namespace