ActionCollection Class
Action オブジェクトのコレクションが含まれます。このクラスは継承できません。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (microsoft.analysisservices.dll 内)
構文
'宣言
<GuidAttribute("0700BE48-8C0A-447b-B2F9-6AEEFA3A937A")> _
<DefaultMemberAttribute("Item")> _
Public NotInheritable Class ActionCollection
Inherits NamedComponentCollection
[GuidAttribute("0700BE48-8C0A-447b-B2F9-6AEEFA3A937A")]
[DefaultMemberAttribute("Item")]
public sealed class ActionCollection : NamedComponentCollection
[GuidAttribute(L"0700BE48-8C0A-447b-B2F9-6AEEFA3A937A")]
[DefaultMemberAttribute(L"Item")]
public ref class ActionCollection sealed : public NamedComponentCollection
/** @attribute GuidAttribute("0700BE48-8C0A-447b-B2F9-6AEEFA3A937A") */
/** @attribute DefaultMemberAttribute("Item") */
public final class ActionCollection extends NamedComponentCollection
GuidAttribute("0700BE48-8C0A-447b-B2F9-6AEEFA3A937A")
DefaultMemberAttribute("Item")
public final class ActionCollection extends NamedComponentCollection
継承階層
System.Object
Microsoft.AnalysisServices.ModelComponentCollection
Microsoft.AnalysisServices.NamedComponentCollection
Microsoft.AnalysisServices.ActionCollection
スレッド セーフ
この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。
プラットフォーム
開発プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
対象プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
参照
関連項目
ActionCollection Members
Microsoft.AnalysisServices Namespace