次の方法で共有


MiningContentNode クラス

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

継承階層

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 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 の一意の名前を取得します。

先頭に戻る

メソッド

  名前 説明
パブリック メソッド {dtor} MiningContentNode で使用されるすべてのリソースを解放します。
パブリック メソッド Dispose MiningContentNode で使用されるすべてのリソースを解放します。
パブリック メソッド Equals (Object から継承されています。)
プロテクト メソッド Finalize (Object から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
プロテクト メソッド MemberwiseClone (Object から継承されています。)
パブリック メソッド ToString (Object から継承されています。)

先頭に戻る

説明

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

スレッド セーフ

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