共用方式為


MiningServiceParameter 類別

代表採礦服務的可用參數。

繼承階層

Object
  Microsoft.AnalysisServices.AdomdServer.MiningServiceParameter

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

語法

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

MiningServiceParameter 型別公開下列成員。

屬性

  名稱 說明
公用屬性 DefaultValue 取得這個參數的預設值。
公用屬性 Description 取得參數的描述。
公用屬性 IsRequired 取得指出是否需要此參數的 Boolean。
公用屬性 Name 取得參數的名稱。
公用屬性 ParameterType 取得參數值的類型。
公用屬性 Properties 取得採礦服務參數的屬性。
公用屬性 ServiceName 取得採礦服務參數的服務名稱。
公用屬性 UniqueName 取得 MiningServiceParameter 的唯一名稱。
公用屬性 ValueEnumeration 取得描述這個參數的可能值的字串。

回到頁首

方法

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

回到頁首

執行緒安全性

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

請參閱

參考

Microsoft.AnalysisServices.AdomdServer 命名空間