Compartilhar via


Classe MiningContentNode

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

Hierarquia de herança

System.Object
  Microsoft.AnalysisServices.AdomdServer.MiningContentNode

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (em msmgdsrv.dll)

Sintaxe

'Declaração
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

O tipo MiningContentNode expõe os membros a seguir.

Propriedades

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

Início

Métodos

  Nome Descrição
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 (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Comentários

This object requires processing to be available.

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.AnalysisServices.AdomdServer