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 命名空间