Класс 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.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetAsDouble Returns the value that this MiningValue represents, converted to a double.
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString Returns the value that this MiningValue represents, converted to a string. (Переопределяет Object. . :: . .ToString() () () ().)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.