Set Class
0 個以上の組の順序付きコレクションを表します。
名前空間: Microsoft.AnalysisServices.AdomdServer
アセンブリ: msmgdsrv (msmgdsrv.dll 内)
構文
'宣言
<SuppressMessageAttribute("Microsoft.Naming", "CA1716:IdentifiersShouldNotMatchKeywords")> _
<SuppressMessageAttribute("Microsoft.Naming", "CA1710:IdentifiersShouldHaveCorrectSuffix")> _
Public NotInheritable Class Set
Implements IEnumerable, IDisposable
[SuppressMessageAttribute("Microsoft.Naming", "CA1716:IdentifiersShouldNotMatchKeywords")]
[SuppressMessageAttribute("Microsoft.Naming", "CA1710:IdentifiersShouldHaveCorrectSuffix")]
public sealed class Set : IEnumerable, IDisposable
[SuppressMessageAttribute(L"Microsoft.Naming", L"CA1716:IdentifiersShouldNotMatchKeywords")]
[SuppressMessageAttribute(L"Microsoft.Naming", L"CA1710:IdentifiersShouldHaveCorrectSuffix")]
public ref class Set sealed : IEnumerable, IDisposable
/** @attribute SuppressMessageAttribute("Microsoft.Naming", "CA1716:IdentifiersShouldNotMatchKeywords") */
/** @attribute SuppressMessageAttribute("Microsoft.Naming", "CA1710:IdentifiersShouldHaveCorrectSuffix") */
public final class Set implements IEnumerable, IDisposable
SuppressMessageAttribute("Microsoft.Naming", "CA1716:IdentifiersShouldNotMatchKeywords")
SuppressMessageAttribute("Microsoft.Naming", "CA1710:IdentifiersShouldHaveCorrectSuffix")
public final class Set implements IEnumerable, IDisposable
解説
セットは、0 個以上の組の順序付きコレクションです。セットは、多次元クエリで軸を定義するのに最もよく使用されます。組と同様に、セットにもディメンショナリティがあります。セットは組で構成されているので、セットのディメンショナリティは、セットに含まれる各組のディメンショナリティによって表されます。このため、セットに含まれる組のディメンショナリティは同一である必要があります。
ADOMD.NET では、Set クラスは、セットを定義するために使用する基本情報をカプセル化します。Set クラスは、主に CellSet の Axes コレクション内の軸を表すために使用されます。セットのディメンショナリティは、CellSet の特定の軸内の階層の入れ子の順序を識別する、Set クラス内の Hierarchies コレクションにより表されます。
継承階層
System.Object
Microsoft.AnalysisServices.AdomdServer.Set
スレッド セーフ
この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。
プラットフォーム
開発プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
対象プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
参照
関連項目
Set Members
Microsoft.AnalysisServices.AdomdServer Namespace