Compartir a través de


Clase MiningValue

Represents a value in the mining distribution or mining column.

Jerarquía de herencia

System.Object
  Microsoft.AnalysisServices.AdomdClient.MiningValue

Espacio de nombres:  Microsoft.AnalysisServices.AdomdClient
Ensamblado:  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.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 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 type of this MiningValue.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público ToString Gets 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.

Vea también

Referencia

Espacio de nombres Microsoft.AnalysisServices.AdomdClient