XmlaResultCollection 类

定义

表示 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 对象的集合。 此类不能被继承。

适用于