Condividi tramite


Classe MiningDistribution

Represents the distribution of a value in a MiningContentNode.

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Sintassi

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

Nel tipo MiningDistribution sono esposti i membri seguenti.

Proprietà

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

In alto

Metodi

  Nome Descrizione
Metodo pubblico {dtor} Releases all resources used by the MiningDistribution.
Metodo pubblico Dispose Releases all resources used by the MiningDistribution.
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.