Поделиться через


Класс MiningContentNode

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

Иерархия наследования

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdServer..::..MiningContentNode

Пространство имен:  Microsoft.AnalysisServices.AdomdServer
Сборка:  msmgdsrv (в msmgdsrv.dll)

Синтаксис

'Декларация
Public NotInheritable Class MiningContentNode _
    Implements IDisposable, IMetadataObject
'Применение
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

Тип MiningContentNode обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство Ancestors Gets a collection of all ancestor MiningContentNode objects.
Открытое свойство Attribute Gets a MiningAttribute object that applies to the MiningContentNode.
Открытое свойство Caption Gets the caption of the MiningContentNode in the current locale.
Открытое свойство Children Gets a MiningContentNodeCollection containing the immediate children of the MiningContentNode.
Открытое свойство Descendants Gets a MiningContentNodeCollection containing all descendants of the MiningContentNode.
Открытое свойство Description Gets the description of the MiningContentNode in the current locale.
Открытое свойство Distribution Gets a MiningDistributionCollection containing the MiningDistribution objects that describe the distribution of the MiningContentNode.
Открытое свойство MarginalProbability Gets the probability of reaching the MiningContentNode from the parent of the MiningContentNode.
Открытое свойство MarginalRule Gets an XML description of the rule used when moving from the ParentNode to this MiningContentNode.
Открытое свойство Name Gets the name of the MiningContentNode.
Открытое свойство NodeRule Gets the rule associated with this node.
Открытое свойство ParentMiningModel Gets the MiningModel of the MiningContentNode.
Открытое свойство ParentNode Gets the immediate parent of the MiningContentNode.
Открытое свойство ParentUniqueName Gets the unique name identifying the parent of the MiningContentNode.
Открытое свойство Probability Gets the probability of reaching the MiningContentNode.
Открытое свойство Properties Gets a PropertyCollection containing the properties of the MiningContentNode.
Открытое свойство Score Gets the score of the node.
Открытое свойство ShortCaption Gets a shortened caption for the MiningContentNode.
Открытое свойство Siblings Gets a collection containing the MiningContentNode objects on the same hierarchical level as the current MiningContentNode.
Открытое свойство Support Gets the number of cases that support the MiningContentNode.
Открытое свойство Type Gets the type of the MiningContentNode.
Открытое свойство UniqueName Gets the unique name of the MiningContentNode.

В начало

Методы

  Имя Описание
Открытый метод {dtor} Releases all resources used by the MiningContentNode.
Открытый метод Dispose Releases all resources used by the MiningContentNode.
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Замечания

This object requires processing to be available.

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.