共用方式為


MiningModel 類別

表示 AdomdConnection 的採礦模型。

繼承階層

Object
  Microsoft.AnalysisServices.AdomdServer.MiningModel

命名空間:  Microsoft.AnalysisServices.AdomdServer
組件:  msmgdsrv (在 msmgdsrv.dll 中)

語法

'宣告
Public NotInheritable Class MiningModel _
    Implements IDisposable, IMetadataObject
'用途
Dim instance As MiningModel
public sealed class MiningModel : IDisposable, 
    IMetadataObject
public ref class MiningModel sealed : IDisposable, 
    IMetadataObject
[<SealedAttribute>]
type MiningModel =  
    class 
        interface IDisposable 
        interface IMetadataObject 
    end
public final class MiningModel implements IDisposable, IMetadataObject

MiningModel 型別公開下列成員。

屬性

  名稱 說明
公用屬性 Algorithm 取得描述產生模型時所使用之演算法的提供者特定名稱。
公用屬性 AllowDrillThrough 取得值,表示採礦模型是否允許鑽研。
公用屬性 Attributes 取得與此採礦模型關聯的採礦屬性。
公用屬性 Columns 取得模型的 MiningModelColumn 物件集合。
公用屬性 Content 取得模型的最上層 MiningContentNode 物件集合。
公用屬性 Created 取得建立採礦模型的日期和時間。
公用屬性 Description 取得使用者定義的採礦模型描述。
公用屬性 Filter 取得用於選取在採礦模型定型中所用結構案例的 DMX 篩選器。
公用屬性 IsProcessed 取得值,表示是否擴展採礦模型。
公用屬性 LastProcessed 取得上次處理採礦模型的日期和時間。
公用屬性 LastUpdated 取得上次更新採礦模型的日期和時間。
公用屬性 Name 取得採礦模型的名稱。
公用屬性 Parameters 取得套用於採礦模型的 MiningParameter 物件集合。
公用屬性 Parent 取得此採礦模型所屬的 MiningStructure
公用屬性 Properties 取得套用於採礦模型的 Property 物件集合。
公用屬性 TrainingSetSize 取得採礦模型定型中所用定型集的大小。
公用屬性 UniqueName 取得 MiningModel 的唯一名稱。

回到頁首

方法

  名稱 說明
公用方法 {dtor} 釋放 MiningModel 使用的所有資源。
公用方法 Dispose 釋放目前的 MiningModel 類別執行個體所使用的所有資源。
公用方法 Equals (繼承自 Object。)
公用方法 FindAttribute 傳回依據屬性識別碼所指定的 MiningAttribute
公用方法 GetAttributeFullStatistics 傳回指定之屬性的統計資料,包括屬性各個狀態的統計資料。
公用方法 GetAttributes 根據指定的 MiningFeatureSelection,傳回屬性集合。
公用方法 GetAttributeSimpleStatistics 傳回指定之屬性的統計資料,排除屬性各個狀態的統計資料。
公用方法 GetHashCode (繼承自 Object。)
公用方法 GetNodeFromUniqueName 使用 MiningContentNodeUniqueName 屬性,從 Content 集合傳回 MiningContentNode
公用方法 GetType (繼承自 Object。)
公用方法 ToString (繼承自 Object。)

回到頁首

執行緒安全性

這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。

請參閱

參考

Microsoft.AnalysisServices.AdomdServer 命名空間