共用方式為


AdomdParameterCollection 類別

這個類別會取得 AdomdCommand 物件所包含的 AdomdParameter 物件集合。

繼承階層

Object
  MarshalByRefObject
    Microsoft.AnalysisServices.AdomdServer.AdomdParameterCollection

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

語法

'宣告
Public NotInheritable Class AdomdParameterCollection _
    Inherits MarshalByRefObject _
    Implements IDataParameterCollection
'用途
Dim instance As AdomdParameterCollection
public sealed class AdomdParameterCollection : MarshalByRefObject, 
    IDataParameterCollection
public ref class AdomdParameterCollection sealed : public MarshalByRefObject, 
    IDataParameterCollection
[<SealedAttribute>]
type AdomdParameterCollection =  
    class 
        inherit MarshalByRefObject 
        interface IDataParameterCollection 
    end
public final class AdomdParameterCollection extends MarshalByRefObject implements IDataParameterCollection

AdomdParameterCollection 型別公開下列成員。

屬性

  名稱 說明
公用屬性 Count 取得 AdomdParameterCollection 集合中 AdomdParameter 物件的數目。
公用屬性 Item[Int32] 依據索引,從 AdomdParameterCollection 集合取得指定的 AdomdParameter 物件。在 Microsoft Visual C# 中,這個屬性是 AdomdParameterCollection 類別的索引子。
公用屬性 Item[String] 依據名稱,從 AdomdParameterCollection 集合取得指定的 AdomdParameter 物件。在 Microsoft Visual C# 中,這個屬性是 AdomdParameterCollection 類別的索引子。

回到頁首

方法

  名稱 說明
公用方法 Add(AdomdParameter) AdomdParameter 物件加入至 AdomdParameterCollection 集合。
公用方法 Add(String, Object) 使用指定的屬性名稱和值,建立新的 AdomdParameter 物件並將其加入至集合。
公用方法 Clear 移除 AdomdParameterCollection 物件中的所有參數。
公用方法 Contains(String) 在指定屬性名稱之後,這個方法會判斷參數是否位於 AdomdParameterCollection 集合中。
公用方法 Contains(AdomdParameter) 判斷參數是否在 AdomdParameterCollection 集合中。
公用方法 CopyTo 將 AdomdParameterCollection 集合的元素複製到指定的陣列。
公用方法 CreateObjRef 安全性關鍵。 (繼承自 MarshalByRefObject。)
公用方法 Equals (繼承自 Object。)
公用方法 Find 依據名稱,從 AdomdParameterCollection 集合取得指定的 AdomdParameter 物件。
受保護的方法 GetEnumerator
公用方法 GetHashCode (繼承自 Object。)
公用方法 GetLifetimeService 安全性關鍵。 (繼承自 MarshalByRefObject。)
公用方法 GetType (繼承自 Object。)
公用方法 IndexOf(String) 在指定屬性名稱之後,這個方法會傳回參數在 AdomdParameterCollection 集合中第一次出現的以零為基底的索引。
公用方法 IndexOf(AdomdParameter) 傳回參數在 AdomdParameterCollection 集合中第一次出現的以零為基底的索引。
公用方法 InitializeLifetimeService 安全性關鍵。 (繼承自 MarshalByRefObject。)
公用方法 Insert 將參數插入 AdomdParameterCollection 集合中指定的索引處。
公用方法 Remove 從 AdomdParameterCollection 物件移除第一次出現的特定參數。
公用方法 RemoveAt(Int32) 移除 AdomdParameterCollection 物件中位於指定索引位置的參數。
公用方法 RemoveAt(String) 從 AdomdParameterCollection 物件中移除依據名稱指定的參數。
公用方法 ToString (繼承自 Object。)

回到頁首

明確 繼承 實作

  名稱 說明
明確介面實作私用方法 IListAdd 將項目加入至 AdomdParameterCollection。
明確介面實作私用方法 IListContains 判斷 AdomdParameterCollection 是否包含特定值。
明確介面實作私用方法 ICollectionCopyTo 從特定的陣列索引開始,將 AdomdParameterCollection 的元素複製到指定的陣列。
明確介面實作私用方法 IListIndexOf 判斷 AdomdParameterCollection 中 AdomdParameter 的索引。
明確介面實作私用方法 IListInsert 將項目插入 AdomdParameterCollection 中指定的索引位置。
明確介面實作私用方法 IListRemove 從集合中移除 AdomdParameter 物件第一次出現的項目。

回到頁首

執行緒安全性

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

請參閱

參考

Microsoft.AnalysisServices.AdomdServer 命名空間