Classe MiningDistribution

Represents the distribution of a value in a MiningContentNode.

Hiérarchie d'héritage

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

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (en msmgdsrv.dll)

Syntaxe

'Déclaration
Public NotInheritable Class MiningDistribution _
    Implements IDisposable, IMetadataObject
'Utilisation
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

Le type MiningDistribution expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Attribute Gets a MiningAttribute object that applies to the MiningDistribution.
Propriété publique Name Gets the name of the MiningDistribution.
Propriété publique ParentMiningModel Gets the mining model of the MiningDistribution.
Propriété publique ParentNode Gets the MiningContentNode to which this MiningDistribution applies.
Propriété publique Probability Gets the probability of occurrence for the values represented by the MiningDistribution.
Propriété publique Properties Gets a collection of properties for the MiningDistribution.
Propriété publique Support Gets the number of cases that support the MiningDistribution.
Propriété publique UniqueName
Propriété publique Value Gets the value represented by the MiningDistribution.
Propriété publique ValueType Gets the type of the value represented by the MiningDistribution.
Propriété publique Variance Gets the variance of the value represented by the MiningDistribution.

Haut de la page

Méthodes

  Nom Description
Méthode publique {dtor} Releases all resources used by the MiningDistribution.
Méthode publique Dispose Releases all resources used by the MiningDistribution.
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.