次の方法で共有


CommandCollection Class

Command オブジェクトのコレクションが含まれます。このクラスは継承できません。

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

構文

'宣言
<GuidAttribute("96BAC2E7-D849-4146-8100-A7BF3C0A9617")> _
<DefaultMemberAttribute("Item")> _
Public NotInheritable Class CommandCollection
    Implements IList, ICollection, IEnumerable
[GuidAttribute("96BAC2E7-D849-4146-8100-A7BF3C0A9617")] 
[DefaultMemberAttribute("Item")] 
public sealed class CommandCollection : IList, ICollection, IEnumerable
[GuidAttribute(L"96BAC2E7-D849-4146-8100-A7BF3C0A9617")] 
[DefaultMemberAttribute(L"Item")] 
public ref class CommandCollection sealed : IList, ICollection, IEnumerable
/** @attribute GuidAttribute("96BAC2E7-D849-4146-8100-A7BF3C0A9617") */ 
/** @attribute DefaultMemberAttribute("Item") */ 
public final class CommandCollection implements IList, ICollection, 
    IEnumerable
GuidAttribute("96BAC2E7-D849-4146-8100-A7BF3C0A9617") 
DefaultMemberAttribute("Item") 
public final class CommandCollection implements IList, ICollection, 
    IEnumerable

継承階層

System.Object
  Microsoft.AnalysisServices.CommandCollection

スレッド セーフ

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

プラットフォーム

開発プラットフォーム

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

対象プラットフォーム

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

参照

関連項目

CommandCollection Members
Microsoft.AnalysisServices Namespace