Classe MiningValue
Represents a value in the mining distribution or mining column.
Hiérarchie d'héritage
System.Object
Microsoft.AnalysisServices.AdomdClient.MiningValue
Espace de noms : Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.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 | |
---|---|---|
Index | Gets the index of this mining value. | |
Value | Gets the value represented by this MiningValue. | |
ValueType | Gets the type of this MiningValue. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
ToString | Gets 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.