Share via


Classe MiningDistribution

Represents the distribution of a value in a MiningContentNode.

Hierarquia de herança

System.Object
  Microsoft.AnalysisServices.AdomdServer.MiningDistribution

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (em msmgdsrv.dll)

Sintaxe

'Declaração
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

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 UniqueName Gets the unique name of 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 {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 (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público ToString (Herdado de Object.)

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.AdomdServer