Freigeben über


MiningDistribution-Klasse

Represents the distribution of a value in a MiningContentNode.

Vererbungshierarchie

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

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

Syntax

'Declaration
Public NotInheritable Class MiningDistribution _
    Implements IDisposable, IMetadataObject
'Usage
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

Der MiningDistribution-Typ macht folgende Elemente verfügbar.

Eigenschaften

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

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode {dtor} Releases all resources used by the MiningDistribution.
Öffentliche Methode Dispose Releases all resources used by the MiningDistribution.
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.