AdomdRestrictionCollection 类

定义

Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection

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

构造函数

AdomdRestrictionCollection()

初始化 AdomdRestrictionCollection 类的新实例。

属性

Count

计数

IsFixedSize

IsFixedSize

IsReadOnly

IsReadOnly

IsSynchronized

IsSynchronized

Item[Int32]

SyncRoot

SyncRoot

方法

Add(AdomdRestriction)

添加

Add(String, Object)

添加 1

Add(String, String, Object)

添加 1

Clear()

清除

Contains(AdomdRestriction)

包含

CopyTo(AdomdRestriction[], Int32)

CopyTo

Find(String)

查找

Find(String, String)

查找

GetEnumerator()

GetEnumerator

IndexOf(AdomdRestriction)

IndexOf

Insert(Int32, AdomdRestriction)

插入

Remove(AdomdRestriction)

删除

RemoveAt(Int32)

RemoveAt

显式接口实现

ICollection.CopyTo(Array, Int32)

Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection

IEnumerable.GetEnumerator()

Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection

IList.Add(Object)

Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection

IList.Contains(Object)

Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection

IList.IndexOf(Object)

Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection

IList.Insert(Int32, Object)

Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection

IList.Item[Int32]

Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection

IList.Remove(Object)

Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection

适用于