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

結果セットに 1 つまたは複数のエラーが含まれるかどうかを取得します。

Count

コレクションに含まれる結果の数を取得します。

Item[Int32]

指定したインデックス位置にある結果を取得します。

明示的なインターフェイスの実装

ICollection.CopyTo(Array, Int32)

XmlaResult オブジェクトのコレクションを表します。 このクラスは継承できません。

ICollection.IsSynchronized

XmlaResult オブジェクトのコレクションを表します。 このクラスは継承できません。

ICollection.SyncRoot

XmlaResult オブジェクトのコレクションを表します。 このクラスは継承できません。

IEnumerable.GetEnumerator()

XmlaResult オブジェクトのコレクションを表します。 このクラスは継承できません。

適用対象