共用方式為


StandardAction Class

Represents any Action element other than a DrillThroughAction element or a ReportAction element. This class cannot be inherited.

命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

語法

'宣告
<GuidAttribute("BE6D7E2F-AE93-4389-95C0-0B9689338C80")> _
Public NotInheritable Class StandardAction
    Inherits Action
[GuidAttribute("BE6D7E2F-AE93-4389-95C0-0B9689338C80")] 
public sealed class StandardAction : Action
[GuidAttribute(L"BE6D7E2F-AE93-4389-95C0-0B9689338C80")] 
public ref class StandardAction sealed : public Action
/** @attribute GuidAttribute("BE6D7E2F-AE93-4389-95C0-0B9689338C80") */ 
public final class StandardAction extends Action
GuidAttribute("BE6D7E2F-AE93-4389-95C0-0B9689338C80") 
public final class StandardAction extends Action

Inheritance Hierarchy

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

執行緒安全性

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

平台

開發平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

目標平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

請參閱

參考

StandardAction Members
Microsoft.AnalysisServices Namespace