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 物件的集合。 此類別無法獲得繼承。

適用於