Класс MiningValue
Represents a value in the mining distribution or mining column. This class cannot be inherited.
Иерархия наследования
System.Object
Microsoft.AnalysisServices.AdomdServer.MiningValue
Пространство имен: Microsoft.AnalysisServices.AdomdServer
Сборка: msmgdsrv (в msmgdsrv.dll)
Синтаксис
'Декларация
Public NotInheritable Class MiningValue
'Применение
Dim instance As MiningValue
public sealed class MiningValue
public ref class MiningValue sealed
[<SealedAttribute>]
type MiningValue = class end
public final class MiningValue
Тип MiningValue обеспечивает доступ к следующим элементам.
Свойства
Имя | Описание | |
---|---|---|
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. |
В начало
Методы
Имя | Описание | |
---|---|---|
Equals | (Производный от Object.) | |
GetAsDouble | Returns the value that this MiningValue represents, converted to a double. | |
GetHashCode | (Производный от Object.) | |
GetType | (Производный от Object.) | |
ToString | Returns the value that this MiningValue represents, converted to a string. (Переопределяет Object.ToString().) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.