Share via


Clase MiningDistribution

Represents the distribution of a value in a MiningContentNode.

Jerarquía de herencia

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdServer..::..MiningDistribution

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

Sintaxis

'Declaración
Public NotInheritable Class MiningDistribution _
    Implements IDisposable, IMetadataObject
'Uso
Dim instance As MiningDistribution
public sealed class MiningDistribution : IDisposable, 
    IMetadataObject
public ref class MiningDistribution sealed : IDisposable, 
    IMetadataObject
[<SealedAttribute>]
type MiningDistribution =  
    class
        interface IDisposable
        interface IMetadataObject
    end
public final class MiningDistribution implements IDisposable, IMetadataObject

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 UniqueName
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 {dtor} Releases all resources used by the MiningDistribution.
Método público Dispose Releases all resources used by the MiningDistribution.
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
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 (Se hereda de Object.)

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.