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 | |
---|---|---|
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. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
GetAsDouble | Returns the value that this MiningValue represents, converted to a double. | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
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.