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) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。