PropertyCollection クラス
CellSet に含まれる Property オブジェクトの読み取り専用のコレクションを取得します。
名前空間: 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 は、クエリによって返される軸を表すために、CellSet によって使用されます。PropertyCollection に含まれる各 Property は、1 つ以上の階層に沿って構成された、適合する組のセットを表します。Property の詳細については、「Property」を参照してください。
注意 |
---|
フィルタ Property は、このコレクションに含まれません。フィルタ Property にアクセスするには、CellSet の [OlapInfo.AxesInfo.FilterAxes] プロパティを参照する必要があります。 |
継承階層
System. . :: . .Object
Microsoft.AnalysisServices.AdomdServer..::..PropertyCollection
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。