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 | |
---|---|---|
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. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetAsDouble | Returns the value that this MiningValue represents, converted to a double. | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
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.