次の方法で共有


PropertyCollection Class

CellSet に含まれる Property オブジェクトの読み取り専用のコレクションを取得します。

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

構文

'宣言
<DefaultMemberAttribute("Item")> _
Public NotInheritable Class PropertyCollection
    Implements IDisposable, IEnumerable, ICollection
[DefaultMemberAttribute("Item")] 
public sealed class PropertyCollection : IDisposable, IEnumerable, ICollection
[DefaultMemberAttribute(L"Item")] 
public ref class PropertyCollection sealed : IDisposable, IEnumerable, ICollection
/** @attribute DefaultMemberAttribute("Item") */ 
public final class PropertyCollection implements IDisposable, IEnumerable, 
    ICollection
DefaultMemberAttribute("Item") 
public final class PropertyCollection implements IDisposable, IEnumerable, 
    ICollection

解説

PropertyCollection は、クエリによって返される軸を表すために、CellSet によって使用されます。PropertyCollection に含まれる各 Property は、1 つ以上の階層に沿って構成された、適合する組のセットを表します。Property の詳細については、「Property」を参照してください。

ms144385.note(ja-jp,SQL.90).gifメモ :
フィルタ Property は、このコレクションに含まれません。フィルタ Property にアクセスするには、CellSet の OlapInfo.AxesInfo.FilterAxes プロパティを参照する必要があります。

継承階層

System.Object
  Microsoft.AnalysisServices.AdomdServer.PropertyCollection

スレッド セーフ

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

プラットフォーム

開発プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

対象プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

参照

関連項目

PropertyCollection Members
Microsoft.AnalysisServices.AdomdServer Namespace