Share via


Clase MiningValue

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

Jerarquía de herencia

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdServer..::..MiningValue

Espacio de nombres:  Microsoft.AnalysisServices.AdomdServer
Ensamblado:  msmgdsrv (en msmgdsrv.dll)

Sintaxis

'Declaración
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

El tipo MiningValue expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública DiscretizedMax Gets the maximum value of the discretized range.
Propiedad pública DiscretizedMid Gets the midpoint of the discretized range.
Propiedad pública DiscretizedMin Gets the minimum value of the discretized range.
Propiedad pública Index Gets the index of this mining value.
Propiedad pública Value Gets the value represented by this MiningValue.
Propiedad pública ValueType Gets the MiningValueType of this MiningValue.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetAsDouble Returns the value that this MiningValue represents, converted to a double.
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString Returns the value that this MiningValue represents, converted to a string. (Invalida Object. . :: . .ToString() () () ().)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.