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.AdomdServer.MiningContentNode

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

Sintaxis

'Declaración
Public NotInheritable Class MiningContentNode _
    Implements IDisposable, IMetadataObject
'Uso
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

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 of the MiningContentNode.
Propiedad pública ParentUniqueName Gets the unique name identifying the parent 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 {dtor} Releases all resources used by the MiningContentNode.
Método público Dispose Releases all resources used by the MiningContentNode.
Método público Equals (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

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.AdomdServer