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 から継承されています。) | |
Finalize | (Object から継承されています。) | |
GetHashCode | (Object から継承されています。) | |
GetType | (Object から継承されています。) | |
MemberwiseClone | (Object から継承されています。) | |
ToString | (Object から継承されています。) |
先頭に戻る
明示的なインターフェイスの実装
名前 | 説明 | |
---|---|---|
ICollection. . :: . .CopyTo | ||
IEnumerable. . :: . .GetEnumerator | ||
ICollection. . :: . .IsSynchronized | ||
ICollection. . :: . .SyncRoot |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。