Compartilhar via


Classe MiningDistribution

Represents the distribution of a value in a MiningContentNode.

Hierarquia de herança

System.Object
  Microsoft.AnalysisServices.AdomdClient.MiningDistribution

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxe

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

O tipo MiningDistribution expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Attribute Gets a MiningAttribute object that applies to the MiningDistribution.
Propriedade pública Name Gets the name of the MiningDistribution.
Propriedade pública ParentMiningModel Gets the mining model of the MiningDistribution.
Propriedade pública ParentNode Gets the MiningContentNode to which this MiningDistribution applies.
Propriedade pública Probability Gets the probability of occurrence for the values represented by the MiningDistribution.
Propriedade pública Properties Gets a collection of properties for the MiningDistribution.
Propriedade pública Support Gets the number of cases that support the MiningDistribution.
Propriedade pública Value Gets the value represented by the MiningDistribution.
Propriedade pública ValueType Gets the type of the value represented by the MiningDistribution.
Propriedade pública Variance Gets the variance of the value represented by the MiningDistribution.

Início

Métodos

  Nome Descrição
Método público Equals Determines whether two instances of MiningDistribution are equal. (Substitui Object.Equals(Object).)
Método público GetHashCode Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables. (Substitui Object.GetHashCode().)
Método público GetType (Herdado de Object.)
Método público ToString Gets the name of the MiningDistribution. (Substitui Object.ToString().)

Início

Operadores

  Nome Descrição
Operador públicoMembro estático Equality Determines whether two instances of MiningDistribution are equal.
Operador públicoMembro estático Inequality Determines whether two instances of MiningDistribution are unequal.

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