TupleCollection クラス
Set に含まれる Tuple オブジェクトの読み取り専用のコレクションを取得します。
継承階層
Object
Microsoft.AnalysisServices.AdomdServer.TupleCollection
名前空間: Microsoft.AnalysisServices.AdomdServer
アセンブリ: msmgdsrv (msmgdsrv.dll)
構文
'宣言
Public NotInheritable Class TupleCollection _
Implements IEnumerable, IDisposable
'使用
Dim instance As TupleCollection
public sealed class TupleCollection : IEnumerable,
IDisposable
public ref class TupleCollection sealed : IEnumerable,
IDisposable
[<SealedAttribute>]
type TupleCollection =
class
interface IEnumerable
interface IDisposable
end
public final class TupleCollection implements IEnumerable, IDisposable
TupleCollection 型は、以下のメンバーを公開しています。
プロパティ
名前 | 説明 | |
---|---|---|
Count | コレクションに含まれる Tuple オブジェクトの数を取得します。 | |
Item | 指定したインデックスの Tuple をコレクションから取得します。Microsoft Visual C# の場合、このプロパティは TupleCollection クラスのインデクサーとなります。 |
このページのトップへ
メソッド
名前 | 説明 | |
---|---|---|
{dtor} | TupleCollection で使用されるすべてのリソースを解放します。 | |
Dispose | TupleCollection で使用されるすべてのリソースを解放します。 | |
Equals | (Object から継承されています。) | |
GetEnumerator() | コレクションの反復処理に使用する Enumerator を取得します。 | |
GetEnumerator() | コレクションを反復処理する列挙子を取得します。 | |
GetHashCode | (Object から継承されています。) | |
GetType | (Object から継承されています。) | |
ToString | (Object から継承されています。) |
このページのトップへ
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。