Classe MiningValue
Represents a value in the mining distribution or mining column. This class cannot be inherited.
Gerarchia di ereditarietà
System.Object
Microsoft.AnalysisServices.AdomdServer.MiningValue
Spazio dei nomi Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class MiningValue
'Utilizzo
Dim instance As MiningValue
public sealed class MiningValue
public ref class MiningValue sealed
[<SealedAttribute>]
type MiningValue = class end
public final class MiningValue
Nel tipo MiningValue sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
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. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
GetAsDouble | Returns the value that this MiningValue represents, converted to a double. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
ToString | Returns the value that this MiningValue represents, converted to a string. Esegue l'override di Object.ToString(). |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.