次の方法で共有


MiningContentNode クラス

MiningModel の学習内容を階層ノード形式で表します。

継承階層

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdClient..::..MiningContentNode

名前空間:  Microsoft.AnalysisServices.AdomdClient
アセンブリ:  Microsoft.AnalysisServices.AdomdClient (Microsoft.AnalysisServices.AdomdClient.dll)

構文

'宣言
Public NotInheritable Class MiningContentNode
'使用
Dim instance As MiningContentNode
public sealed class MiningContentNode
public ref class MiningContentNode sealed
[<SealedAttribute>]
type MiningContentNode =  class end
public final class MiningContentNode

MiningContentNode 型は、以下のメンバーを公開しています。

プロパティ

  名前 説明
パブリック プロパティ Ancestors MiningContentNode のすべての先祖オブジェクトのコレクションを取得します。
パブリック プロパティ Attribute MiningContentNode に適用される MiningAttribute オブジェクトを取得します。
パブリック プロパティ Caption 現在のロケールにおける MiningContentNode のキャプションを取得します。
パブリック プロパティ Children MiningContentNode の直接の子を含む MiningContentNodeCollection を取得します。
パブリック プロパティ Descendants MiningContentNode のすべての子孫を含む MiningContentNodeCollection を取得します。
パブリック プロパティ Description 現在のロケールにおける MiningContentNode の説明を取得します。
パブリック プロパティ Distribution MiningContentNode の分布を表す MiningDistribution オブジェクトを含む MiningDistributionCollection を取得します。
パブリック プロパティ 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 の一意の名前を取得します。

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Equals MiningContentNode の 2 つのインスタンスが等しいかどうかを示します。 (Object. . :: . .Equals(Object) をオーバーライドします。)
プロテクト メソッド Finalize (Object から継承されています。)
パブリック メソッド GetHashCode ハッシュ アルゴリズムや、ハッシュ テーブルなどのデータ構造で使用する、特定の種類のハッシュ関数として機能します。 (Object. . :: . .GetHashCode() () () () をオーバーライドします。)
パブリック メソッド GetType (Object から継承されています。)
プロテクト メソッド MemberwiseClone (Object から継承されています。)
パブリック メソッド ToString MiningContentNode の名前を取得します。 (Object. . :: . .ToString() () () () をオーバーライドします。)

先頭に戻る

演算子

  名前 説明
パブリック演算子静的メンバー Equality MiningContentNode の 2 つのインスタンスが等しいかどうかを示します。
パブリック演算子静的メンバー Inequality MiningContentNode の 2 つのインスタンスが等しくないかどうかを示します。

先頭に戻る

説明

このオブジェクトを利用できるようにするには、処理が必要です。

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。