Compartilhar via


Classe MiningValue

Represents a value in the mining distribution or mining column.

Hierarquia de herança

System.Object
  Microsoft.AnalysisServices.AdomdClient.MiningValue

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.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 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 type of this MiningValue.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público ToString Gets 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.AdomdClient