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) 成员都是线程安全的。不保证所有实例成员都是线程安全的。