ActionInstance クラス

Action クラスのインスタンスの型を表し、Action のプロパティの計算値を含んでいます。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public NotInheritable Class ActionInstance _
    Inherits BaseInstance _
    Implements IPersistable, IActionInstance
'使用
Dim instance As ActionInstance
public sealed class ActionInstance : BaseInstance, 
    IPersistable, IActionInstance
public ref class ActionInstance sealed : public BaseInstance, 
    IPersistable, IActionInstance
[<SealedAttribute>]
type ActionInstance =  
    class
        inherit BaseInstance
        interface IPersistable
        interface IActionInstance
    end
public final class ActionInstance extends BaseInstance implements IPersistable, IActionInstance

継承階層

System. . :: . .Object
  Microsoft.ReportingServices.OnDemandReportRendering. . :: . .BaseInstance
    Microsoft.ReportingServices.OnDemandReportRendering..::..ActionInstance

スレッド セーフ

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