Classe MiningValue

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

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdServer..::..MiningValue

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (en msmgdsrv.dll)

Syntaxe

'Déclaration
Public NotInheritable Class MiningValue
'Utilisation
Dim instance As MiningValue
public sealed class MiningValue
public ref class MiningValue sealed
[<SealedAttribute>]
type MiningValue =  class end
public final class MiningValue

Le type MiningValue expose les membres suivants.

Propriétés

  Nom Description
Propriété publique DiscretizedMax Gets the maximum value of the discretized range.
Propriété publique DiscretizedMid Gets the midpoint of the discretized range.
Propriété publique DiscretizedMin Gets the minimum value of the discretized range.
Propriété publique Index Gets the index of this mining value.
Propriété publique Value Gets the value represented by this MiningValue.
Propriété publique ValueType Gets the MiningValueType of this MiningValue.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetAsDouble Returns the value that this MiningValue represents, converted to a double.
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString Returns the value that this MiningValue represents, converted to a string. (remplace Object. . :: . .ToString() () () ().)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.