XmlaResultCollection 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示 XmlaResult 对象的集合。 此类不能被继承。
[System.Serializable]
public sealed class XmlaResultCollection : System.Collections.ICollection
[<System.Serializable>]
type XmlaResultCollection = class
interface ICollection
interface IEnumerable
Public NotInheritable Class XmlaResultCollection
Implements ICollection
- 继承
-
XmlaResultCollection
- 属性
- 实现
属性
ContainsErrors |
获取结果集是否包含一个或多个错误的指示。 |
Count |
获取集合中包含的结果数。 |
Item[Int32] |
获取指定索引处的结果。 |
显式接口实现
ICollection.CopyTo(Array, Int32) |
表示 XmlaResult 对象的集合。 此类不能被继承。 |
ICollection.IsSynchronized |
表示 XmlaResult 对象的集合。 此类不能被继承。 |
ICollection.SyncRoot |
表示 XmlaResult 对象的集合。 此类不能被继承。 |
IEnumerable.GetEnumerator() |
表示 XmlaResult 对象的集合。 此类不能被继承。 |