共用方式為


MiningAttribute 類別

代表 MiningContentNode 物件和 MiningDistribution 物件上的採礦屬性。

繼承階層

Object
  Microsoft.AnalysisServices.AdomdServer.MiningAttribute

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

語法

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

MiningAttribute 型別公開下列成員。

屬性

  名稱 說明
公用屬性 AttributeID 傳回屬性的識別碼。
公用屬性 FeatureSelection 判斷採礦屬性是否特徵選取的。
公用屬性 IsInput 判斷屬性是否為輸入屬性。
公用屬性 IsPredictable 判斷這個屬性是否可預測。
公用屬性 KeyColumn 取得屬性的索引鍵資料行。
公用屬性 Name 取得屬性的完整名稱。
公用屬性 ShortName 取得屬性的簡短名稱。
公用屬性 UniqueName 取得採礦屬性的唯一名稱。
公用屬性 ValueColumn 取得表示屬性之值資料行的 MiningModelColumn

回到頁首

方法

  名稱 說明
公用方法 {dtor} 釋放 MiningAttribute 使用的所有資源。
公用方法 Dispose 釋放 MiningAttribute 使用的所有資源。
公用方法 Equals (繼承自 Object。)
公用方法 GetHashCode (繼承自 Object。)
公用方法 GetType (繼承自 Object。)
公用方法 ToString (繼承自 Object。)

回到頁首

執行緒安全性

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

請參閱

參考

Microsoft.AnalysisServices.AdomdServer 命名空間