次の方法で共有


XmlaResultCollection クラス

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

継承階層

System.Object
  Microsoft.AnalysisServices.XmlaResultCollection

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
<SerializableAttribute> _
Public NotInheritable Class XmlaResultCollection _
    Implements ICollection, IEnumerable
'使用
Dim instance As XmlaResultCollection
[SerializableAttribute]
public sealed class XmlaResultCollection : ICollection, 
    IEnumerable
[SerializableAttribute]
public ref class XmlaResultCollection sealed : ICollection, 
    IEnumerable
[<SealedAttribute>]
[<SerializableAttribute>]
type XmlaResultCollection =  
    class 
        interface ICollection 
        interface IEnumerable 
    end
public final class XmlaResultCollection implements ICollection, IEnumerable

XmlaResultCollection 型は、以下のメンバーを公開しています。

プロパティ

  名前 説明
パブリック プロパティ Count コレクションに含まれる XmlaResult オブジェクトの数を取得します。
パブリック プロパティ Item 指定したインデックスにある XmlaResult をコレクションから取得します。

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Equals (Object から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
パブリック メソッド ToString (Object から継承されています。)

先頭に戻る

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

  名前 説明
明示的なインターフェイスの実装プライベート メソッド ICollection.CopyTo コピー対象の配列の指定したインデックスを開始位置として、互換性のある 1 次元配列にコレクション全体をコピーします。
明示的なインターフェイスの実装プライベート メソッド IEnumerable.GetEnumerator コレクションを繰り返し処理できる列挙子を返します。
明示的なインターフェイスの実装プライベート プロパティ ICollection.IsSynchronized コレクションへのアクセスが同期されるかどうか (スレッドセーフかどうか) を示す値を取得します。
明示的なインターフェイスの実装プライベート プロパティ ICollection.SyncRoot コレクションへのアクセスの同期に使用できるオブジェクトを取得します。

先頭に戻る

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

Microsoft.AnalysisServices 名前空間