MiningContentNode Members

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

The following tables list the members exposed by the MiningContentNode type.

Public Properties

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

Top

Public Methods

(see also Protected Methods )

  Name Description
ms142676.pubmethod(en-US,SQL.90).gif Equals Overloaded. Overridden. Determines whether two instances of MiningContentNode are equal.
ms142676.pubmethod(en-US,SQL.90).gif GetHashCode Overridden. Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables.
ms142676.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
ms142676.pubmethod(en-US,SQL.90).gifms142676.static(en-US,SQL.90).gif op_Equality Determines whether two instances of MiningContentNode are equal.
ms142676.pubmethod(en-US,SQL.90).gifms142676.static(en-US,SQL.90).gif op_Inequality Determines whether two instances of MiningContentNode are unequal.
ms142676.pubmethod(en-US,SQL.90).gifms142676.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
ms142676.pubmethod(en-US,SQL.90).gif ToString Overridden. Gets the name of the MiningContentNode.

Top

Protected Methods

  Name Description
ms142676.protmethod(en-US,SQL.90).gif Finalize  (inherited from Object )
ms142676.protmethod(en-US,SQL.90).gif MemberwiseClone  (inherited from Object )

Top

See Also

Reference

MiningContentNode Class
Microsoft.AnalysisServices.AdomdClient Namespace