Compartir a través de


Clase MiningContentNode

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

Jerarquía de herencia

System.Object
  Microsoft.AnalysisServices.AdomdClient.MiningContentNode

Espacio de nombres:  Microsoft.AnalysisServices.AdomdClient
Ensamblado:  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxis

'Declaración
Public NotInheritable Class MiningContentNode
'Uso
Dim instance As MiningContentNode
public sealed class MiningContentNode
public ref class MiningContentNode sealed
[<SealedAttribute>]
type MiningContentNode =  class end
public final class MiningContentNode

El tipo MiningContentNode expone los siguientes miembros.

Propiedades

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

Arriba

Métodos

  Nombre Descripción
Método público Equals Determines whether two instances of MiningContentNode are equal. (Invalida Object.Equals(Object).)
Método público GetHashCode Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables. (Invalida Object.GetHashCode().)
Método público GetType (Se hereda de Object.)
Método público ToString Gets the name of the MiningContentNode. (Invalida Object.ToString().)

Arriba

Operadores

  Nombre Descripción
Operador públicoMiembro estático Equality Determines whether two instances of MiningContentNode are equal.
Operador públicoMiembro estático Inequality Determines whether two instances of MiningContentNode are unequal.

Arriba

Comentarios

This object requires processing to be available.

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.AnalysisServices.AdomdClient