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