AdomdRestrictionCollection 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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, String) |
查找 |
Find(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 |