Freigeben über


MiningValue-Klasse

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

Vererbungshierarchie

System. . :: . .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

Der MiningValue-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft DiscretizedMax Gets the maximum value of the discretized range.
Öffentliche Eigenschaft DiscretizedMid Gets the midpoint of the discretized range.
Öffentliche Eigenschaft DiscretizedMin Gets the minimum value of the discretized range.
Öffentliche Eigenschaft Index Gets the index of this mining value.
Öffentliche Eigenschaft Value Gets the value represented by this MiningValue.
Öffentliche Eigenschaft ValueType Gets the MiningValueType of this MiningValue.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetAsDouble Returns the value that this MiningValue represents, converted to a double.
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString Returns the value that this MiningValue represents, converted to a string. (Überschreibt Object. . :: . .ToString() () () ().)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.