Compartir a través de


Clase MiningDistribution

Represents the distribution of a value in a MiningContentNode.

Jerarquía de herencia

System.Object
  Microsoft.AnalysisServices.AdomdClient.MiningDistribution

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

Sintaxis

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

El tipo MiningDistribution expone los siguientes miembros.

Propiedades

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

Arriba

Métodos

  Nombre Descripción
Método público Equals Determines whether two instances of MiningDistribution are equal. (Invalida 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. (Invalida Object.GetHashCode().)
Método público GetType (Se hereda de Object.)
Método público ToString Gets the name of the MiningDistribution. (Invalida Object.ToString().)

Arriba

Operadores

  Nombre Descripción
Operador públicoMiembro estático Equality Determines whether two instances of MiningDistribution are equal.
Operador públicoMiembro estático Inequality Determines whether two instances of MiningDistribution are unequal.

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