MiningContentNode 类

以层次结构节点格式表示 MiningModel 的学会的内容。

继承层次结构

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 获取所有祖先 MiningContentNode 对象的集合。
公共属性 Attribute 获取应用于 MiningContentNode 的 MiningAttribute 对象。
公共属性 Caption 获取当前区域性中 MiningContentNode 的标题。
公共属性 Children 获取包含 MiningContentNode 的直接子级的 MiningContentNodeCollection
公共属性 Descendants 获取包含 MiningContentNode 的所有后代的 MiningContentNodeCollection
公共属性 Description 获取当前区域性中 MiningContentNode 的说明。
公共属性 Distribution 获取一个 MiningDistributionCollection,它包含描述 MiningContentNode 的分布的 MiningDistribution 对象。
公共属性 MarginalProbability 获取从 MiningContentNode 的父节点到达 MiningContentNode 的概率。
公共属性 MarginalRule 获取在从 ParentNode 移到此 MiningContentNode 时使用的规则的 XML 说明。
公共属性 Name 获取 MiningContentNode 的名称。
公共属性 NodeRule 获取与此节点关联的规则。
公共属性 ParentMiningModel 获取 MiningContentNode 的 MiningModel
公共属性 ParentNode 获取 MiningContentNode 的直接父级。
公共属性 ParentUniqueName 获取用于标识 MiningContentNode 的父节点的唯一名称。
公共属性 Probability 获取到达 MiningContentNode 的概率。
公共属性 Properties 获取包含 MiningContentNode 的属性的 PropertyCollection
公共属性 Score 获取节点的分数。
公共属性 ShortCaption 获取 MiningContentNode 的缩短的标题。
公共属性 Siblings 获取一个集合,它包含与当前 MiningContentNode 处于同一层次结构级别的 MiningContentNode 对象。
公共属性 Support 获取支持 MiningContentNode 的事例的数目。
公共属性 Type 获取 MiningContentNode 的类型。
公共属性 UniqueName 获取 MiningContentNode 的唯一名称。

顶部

方法

  名称 说明
公共方法 {dtor} 释放 MiningContentNode 使用的所有资源。
公共方法 Dispose 释放 MiningContentNode 使用的所有资源。
公共方法 Equals (从 Object 继承。)
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetType (从 Object 继承。)
公共方法 ToString (从 Object 继承。)

顶部

注释

必须处理模型,以供此对象使用。

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.AnalysisServices.AdomdServer 命名空间