Share via


Classe MiningValue

Represents a value in the mining distribution or mining column. This class cannot be inherited.

Hierarquia de herança

System.Object
  Microsoft.AnalysisServices.AdomdServer.MiningValue

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (em msmgdsrv.dll)

Sintaxe

'Declaração
Public NotInheritable Class MiningValue
'Uso
Dim instance As MiningValue
public sealed class MiningValue
public ref class MiningValue sealed
[<SealedAttribute>]
type MiningValue =  class end
public final class MiningValue

O tipo MiningValue expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública DiscretizedMax Gets the maximum value of the discretized range.
Propriedade pública DiscretizedMid Gets the midpoint of the discretized range.
Propriedade pública DiscretizedMin Gets the minimum value of the discretized range.
Propriedade pública Index Gets the index of this mining value.
Propriedade pública Value Gets the value represented by this MiningValue.
Propriedade pública ValueType Gets the MiningValueType of this MiningValue.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método público GetAsDouble Returns the value that this MiningValue represents, converted to a double.
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público ToString Returns the value that this MiningValue represents, converted to a string. (Substitui Object.ToString().)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.AnalysisServices.AdomdServer