Condividi tramite


Classe MiningContentNode

Represents the learned content of a MiningModel in a hierarchical node format.

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdServer..::..MiningContentNode

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

Sintassi

'Dichiarazione
Public NotInheritable Class MiningContentNode _
    Implements IDisposable, IMetadataObject
'Utilizzo
Dim instance As MiningContentNode
public sealed class MiningContentNode : IDisposable, 
    IMetadataObject
public ref class MiningContentNode sealed : IDisposable, 
    IMetadataObject
[<SealedAttribute>]
type MiningContentNode =  
    class
        interface IDisposable
        interface IMetadataObject
    end
public final class MiningContentNode implements IDisposable, IMetadataObject

Nel tipo MiningContentNode sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Ancestors Gets a collection of all ancestor MiningContentNode objects.
Proprietà pubblica Attribute Gets a MiningAttribute object that applies to the MiningContentNode.
Proprietà pubblica Caption Gets the caption of the MiningContentNode in the current locale.
Proprietà pubblica Children Gets a MiningContentNodeCollection containing the immediate children of the MiningContentNode.
Proprietà pubblica Descendants Gets a MiningContentNodeCollection containing all descendants of the MiningContentNode.
Proprietà pubblica Description Gets the description of the MiningContentNode in the current locale.
Proprietà pubblica Distribution Gets a MiningDistributionCollection containing the MiningDistribution objects that describe the distribution of the MiningContentNode.
Proprietà pubblica MarginalProbability Gets the probability of reaching the MiningContentNode from the parent of the MiningContentNode.
Proprietà pubblica MarginalRule Gets an XML description of the rule used when moving from the ParentNode to this MiningContentNode.
Proprietà pubblica Name Gets the name of the MiningContentNode.
Proprietà pubblica NodeRule Gets the rule associated with this node.
Proprietà pubblica ParentMiningModel Gets the MiningModel of the MiningContentNode.
Proprietà pubblica ParentNode Gets the immediate parent of the MiningContentNode.
Proprietà pubblica ParentUniqueName Gets the unique name identifying the parent of the MiningContentNode.
Proprietà pubblica Probability Gets the probability of reaching the MiningContentNode.
Proprietà pubblica Properties Gets a PropertyCollection containing the properties of the MiningContentNode.
Proprietà pubblica Score Gets the score of the node.
Proprietà pubblica ShortCaption Gets a shortened caption for the MiningContentNode.
Proprietà pubblica Siblings Gets a collection containing the MiningContentNode objects on the same hierarchical level as the current MiningContentNode.
Proprietà pubblica Support Gets the number of cases that support the MiningContentNode.
Proprietà pubblica Type Gets the type of the MiningContentNode.
Proprietà pubblica UniqueName Gets the unique name of the MiningContentNode.

In alto

Metodi

  Nome Descrizione
Metodo pubblico {dtor} Releases all resources used by the MiningContentNode.
Metodo pubblico Dispose Releases all resources used by the MiningContentNode.
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

Osservazioni

This object requires processing to be available.

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.