Condividi tramite


Classe MiningContentNode

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

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdClient..::..MiningContentNode

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

Sintassi

'Dichiarazione
Public NotInheritable Class MiningContentNode
'Utilizzo
Dim instance As MiningContentNode
public sealed class MiningContentNode
public ref class MiningContentNode sealed
[<SealedAttribute>]
type MiningContentNode =  class end
public final class MiningContentNode

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 node of the MiningContentNode.
Proprietà pubblica ParentUniqueName Gets the unique name identifying the parent node 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 Equals Determines whether two instances of MiningContentNode are equal. Esegue l'override di Object. . :: . .Equals(Object).
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables. Esegue l'override di Object. . :: . .GetHashCode() () () ().
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Gets the name of the MiningContentNode. Esegue l'override di Object. . :: . .ToString() () () ().

In alto

Operatori

  Nome Descrizione
Operatore pubblicoMembro statico Equality Determines whether two instances of MiningContentNode are equal.
Operatore pubblicoMembro statico Inequality Determines whether two instances of MiningContentNode are unequal.

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.