AdomdParameterCollection 类

定义

Microsoft.AnalysisServices.AdomdClient.AdomdParameterCollection

public sealed class AdomdParameterCollection : MarshalByRefObject, System.Collections.IList, System.Data.IDataParameterCollection
type AdomdParameterCollection = class
    inherit MarshalByRefObject
    interface IDataParameterCollection
    interface IList
    interface ICollection
    interface IEnumerable
Public NotInheritable Class AdomdParameterCollection
Inherits MarshalByRefObject
Implements IDataParameterCollection, IList
继承
AdomdParameterCollection
实现

属性

Count

计数

Item[Int32]

Item[String]

第 1 项

方法

Add(AdomdParameter)

添加

Add(String, Object)

添加 1

Clear()

清除

Contains(AdomdParameter)

包含 1

Contains(String)

包含

CopyTo(AdomdParameter[], Int32)

CopyTo

Find(String)

查找

IndexOf(AdomdParameter)

IndexOf 1

IndexOf(String)

IndexOf

Insert(Int32, AdomdParameter)

插入

Remove(AdomdParameter)

删除

RemoveAt(Int32)

RemoveAt

RemoveAt(String)

RemoveAt 1

显式接口实现

ICollection.CopyTo(Array, Int32)

Microsoft.AnalysisServices.AdomdClient.AdomdParameterCollection

ICollection.IsSynchronized

Microsoft.AnalysisServices.AdomdClient.AdomdParameterCollection

ICollection.SyncRoot

Microsoft.AnalysisServices.AdomdClient.AdomdParameterCollection

IDataParameterCollection.Item[String]

Microsoft.AnalysisServices.AdomdClient.AdomdParameterCollection

IEnumerable.GetEnumerator()

Microsoft.AnalysisServices.AdomdClient.AdomdParameterCollection

IList.Add(Object)

Microsoft.AnalysisServices.AdomdClient.AdomdParameterCollection

IList.Contains(Object)

Microsoft.AnalysisServices.AdomdClient.AdomdParameterCollection

IList.IndexOf(Object)

Microsoft.AnalysisServices.AdomdClient.AdomdParameterCollection

IList.Insert(Int32, Object)

Microsoft.AnalysisServices.AdomdClient.AdomdParameterCollection

IList.IsFixedSize

Microsoft.AnalysisServices.AdomdClient.AdomdParameterCollection

IList.IsReadOnly

Microsoft.AnalysisServices.AdomdClient.AdomdParameterCollection

IList.Item[Int32]

Microsoft.AnalysisServices.AdomdClient.AdomdParameterCollection

IList.Remove(Object)

Microsoft.AnalysisServices.AdomdClient.AdomdParameterCollection

适用于