共用方式為


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 取得 MiningContentNodeCollection,其中包含 MiningContentNode 的直接子系。
公用屬性 Descendants 取得 MiningContentNodeCollection,其中包含 MiningContentNode 的所有下階。
公用屬性 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 取得 PropertyCollection,其中包含 MiningContentNode 的屬性。
公用屬性 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 命名空間