次の方法で共有


Action Class

Server から返され、クライアントで実行できる Action を表します。

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

構文

'宣言
<XmlIncludeAttribute(GetType(ReportAction))> _
<XmlIncludeAttribute(GetType(DrillThroughAction))> _
<GuidAttribute("346F355E-6A1D-4326-A7EE-EC1D99BD62A1")> _
<XmlIncludeAttribute(GetType(StandardAction))> _
<StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey:="0024000004800000940000000602000000240000525341310004000001000100272736AD6E5F9586BAC2D531EABC3ACC666C2F8EC879FA94F8F7B0327D2FF2ED523448F83C3D5C5DD2DFC7BC99C5286B2C125117BF5CBE242B9D41750732B2BDFFE649C6EFB8E5526D526FDD130095ECDB7BF210809C6CDAD8824FAA9AC0310AC3CBA2AA0523567B2DFA7FE250B30FACBD62D4EC99B94AC47C7D3B28F1F6E4C8")> _
Public MustInherit Class Action
    Inherits NamedComponent
    Implements ICloneable
[XmlIncludeAttribute(typeof(ReportAction))] 
[XmlIncludeAttribute(typeof(DrillThroughAction))] 
[GuidAttribute("346F355E-6A1D-4326-A7EE-EC1D99BD62A1")] 
[XmlIncludeAttribute(typeof(StandardAction))] 
[StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey="0024000004800000940000000602000000240000525341310004000001000100272736AD6E5F9586BAC2D531EABC3ACC666C2F8EC879FA94F8F7B0327D2FF2ED523448F83C3D5C5DD2DFC7BC99C5286B2C125117BF5CBE242B9D41750732B2BDFFE649C6EFB8E5526D526FDD130095ECDB7BF210809C6CDAD8824FAA9AC0310AC3CBA2AA0523567B2DFA7FE250B30FACBD62D4EC99B94AC47C7D3B28F1F6E4C8")] 
public abstract class Action : NamedComponent, ICloneable
[XmlIncludeAttribute(typeof(ReportAction))] 
[XmlIncludeAttribute(typeof(DrillThroughAction))] 
[GuidAttribute(L"346F355E-6A1D-4326-A7EE-EC1D99BD62A1")] 
[XmlIncludeAttribute(typeof(StandardAction))] 
[StrongNameIdentityPermissionAttribute(SecurityAction::InheritanceDemand, PublicKey=L"0024000004800000940000000602000000240000525341310004000001000100272736AD6E5F9586BAC2D531EABC3ACC666C2F8EC879FA94F8F7B0327D2FF2ED523448F83C3D5C5DD2DFC7BC99C5286B2C125117BF5CBE242B9D41750732B2BDFFE649C6EFB8E5526D526FDD130095ECDB7BF210809C6CDAD8824FAA9AC0310AC3CBA2AA0523567B2DFA7FE250B30FACBD62D4EC99B94AC47C7D3B28F1F6E4C8")] 
public ref class Action abstract : public NamedComponent, ICloneable
/** @attribute XmlIncludeAttribute(Microsoft.AnalysisServices.ReportAction) */ 
/** @attribute XmlIncludeAttribute(Microsoft.AnalysisServices.DrillThroughAction) */ 
/** @attribute GuidAttribute("346F355E-6A1D-4326-A7EE-EC1D99BD62A1") */ 
/** @attribute XmlIncludeAttribute(Microsoft.AnalysisServices.StandardAction) */ 
/** @attribute StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey="0024000004800000940000000602000000240000525341310004000001000100272736AD6E5F9586BAC2D531EABC3ACC666C2F8EC879FA94F8F7B0327D2FF2ED523448F83C3D5C5DD2DFC7BC99C5286B2C125117BF5CBE242B9D41750732B2BDFFE649C6EFB8E5526D526FDD130095ECDB7BF210809C6CDAD8824FAA9AC0310AC3CBA2AA0523567B2DFA7FE250B30FACBD62D4EC99B94AC47C7D3B28F1F6E4C8") */ 
public abstract class Action extends NamedComponent implements ICloneable
XmlIncludeAttribute(Microsoft.AnalysisServices.ReportAction) 
XmlIncludeAttribute(Microsoft.AnalysisServices.DrillThroughAction) 
GuidAttribute("346F355E-6A1D-4326-A7EE-EC1D99BD62A1") 
XmlIncludeAttribute(Microsoft.AnalysisServices.StandardAction) 
public abstract class Action extends NamedComponent implements ICloneable

解説

このオブジェクトを利用して、アクションと関連するさまざまな操作を実行できます。たとえば、多次元式 (MDX) の結果に基づいてアクションの適用条件を設定できます。さらに、アクションの種類のコレクションを列挙することで、セルに追加されるアクションの種類を調べることができます。

継承階層

System.Object
   System.MarshalByRefObject
     System.ComponentModel.Component
       Microsoft.AnalysisServices.ModelComponent
         Microsoft.AnalysisServices.NamedComponent
          Microsoft.AnalysisServices.Action
             Microsoft.AnalysisServices.DrillThroughAction
             Microsoft.AnalysisServices.ReportAction
             Microsoft.AnalysisServices.StandardAction

スレッド セーフ

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

プラットフォーム

開発プラットフォーム

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

対象プラットフォーム

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

参照

関連項目

Action Members
Microsoft.AnalysisServices Namespace