PropertyCollection クラス
CellSet に含まれる Property オブジェクトの読み取り専用コレクションを含みます。
継承階層
System.Object
Microsoft.AnalysisServices.AdomdServer.PropertyCollection
名前空間: Microsoft.AnalysisServices.AdomdServer
アセンブリ: msmgdsrv (msmgdsrv.dll)
構文
'宣言
Public NotInheritable Class PropertyCollection _
Implements IDisposable, IEnumerable, ICollection
'使用
Dim instance As PropertyCollection
public sealed class PropertyCollection : IDisposable,
IEnumerable, ICollection
public ref class PropertyCollection sealed : IDisposable,
IEnumerable, ICollection
[<SealedAttribute>]
type PropertyCollection =
class
interface IDisposable
interface IEnumerable
interface ICollection
end
public final class PropertyCollection implements IDisposable, IEnumerable, ICollection
PropertyCollection 型は、以下のメンバーを公開しています。
プロパティ
名前 | 説明 | |
---|---|---|
Count | コレクションに含まれる Property オブジェクトの数を取得します。 | |
IsSynchronized | コレクションへのアクセスが同期されるかどうか (スレッドセーフかどうか) を示す値を取得します。 | |
Item[Int32] | 指定したインデックスの Property を PropertyCollection コレクションから取得します。Microsoft Visual C# の場合、このプロパティは PropertyCollection クラスのインデクサーとなります。 | |
Item[String] | 指定した名前の Property を PropertyCollection コレクションから取得します。Microsoft Visual C# の場合、このプロパティは PropertyCollection クラスのインデクサーとなります。 | |
SyncRoot | PropertyCollection コレクションへのアクセスの同期に使用できるオブジェクトを取得します。 |
先頭に戻る
メソッド
名前 | 説明 | |
---|---|---|
{dtor} | PropertyCollection で使用されるすべてのリソースを解放します。 | |
CopyTo(Array, Int32) | 指定した配列にコレクションの要素をコピーします。 | |
CopyTo(array<Property[], Int32) | 指定した配列に PropertyCollection コレクションの要素をコピーします。 | |
Dispose | PropertyCollection で使用されるすべてのリソースを解放します。 | |
Equals | (Object から継承されています。) | |
Find | 指定した名前の Property を PropertyCollection コレクションから取得します。 | |
GetEnumerator() | PropertyCollection コレクションの反復処理に使用する Enumerator を取得します。 | |
GetEnumerator() | PropertyCollection コレクションの反復処理に使用する列挙子を取得します。 | |
GetHashCode | (Object から継承されています。) | |
GetType | (Object から継承されています。) | |
ToString | (Object から継承されています。) |
先頭に戻る
説明
PropertyCollection は、クエリで返される軸を表すために、CellSet によって使用されます。 PropertyCollection に含まれる各 Property は、1 つ以上の階層に沿って構成された、適合する組のセットを表します。 Property の詳細については、「Property」を参照してください。
注 |
---|
フィルター Property は、このコレクションに含まれません。 フィルター Property にアクセスするには、CellSet の [OlapInfo.AxesInfo.FilterAxes] プロパティを参照する必要があります。 |
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。