共用方式為


MiningStructure 類別

表示伺服器上的採礦結構。 這個類別無法被繼承。

繼承階層

Object
  Microsoft.AnalysisServices.AdomdServer.MiningStructure

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

語法

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

MiningStructure 型別公開下列成員。

屬性

  名稱 說明
公用屬性 Caption 取得採礦結構的標題。
公用屬性 Columns 取得採礦結構中的資料行。
公用屬性 Created 取得建立採礦結構的日期和時間。
公用屬性 Description 取得採礦結構的描述。
公用屬性 HoldoutActualSize 取得測試集中實際的案例數目。
公用屬性 HoldoutMaxCases 取得測試集中要包含的最大案例數目。
公用屬性 HoldoutMaxPercent 取得測試集中要包含的案例數目,以完整資料集的百分比表示。
公用屬性 HoldoutSeed 取得用於初始化隨機取樣的種子。
公用屬性 IsProcessed 取得值,表示是否處理採礦結構。
公用屬性 LastProcessed 取得上次處理採礦結構的日期和時間。
公用屬性 LastUpdated 取得上次更新採礦結構的日期和時間。
公用屬性 MiningModels 取得採礦結構中的採礦模型。
公用屬性 Name 取得採礦結構的名稱。
公用屬性 Properties 取得採礦結構的屬性。
公用屬性 UniqueName 取得與採礦結構相關聯的唯一名稱。

回到頁首

方法

  名稱 說明
公用方法 {dtor} 釋放 MiningStructure 使用的所有資源。
公用方法 Dispose 釋放目前的 MiningStructure 類別執行個體所使用的所有資源。
公用方法 Equals (繼承自 Object。)
公用方法 GetHashCode (繼承自 Object。)
公用方法 GetType (繼承自 Object。)
公用方法 ToString (繼承自 Object。)

回到頁首

執行緒安全性

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

請參閱

參考

Microsoft.AnalysisServices.AdomdServer 命名空間