Aracılığıyla paylaş


Action.Invocation Property

Gets or sets the means by which an action is invoked.

Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Syntax

'Declaration
<DefaultValueAttribute(ActionInvocation.Interactive)> _
Public Property Invocation As ActionInvocation
[DefaultValueAttribute(ActionInvocation.Interactive)] 
public ActionInvocation Invocation { get; set; }
[DefaultValueAttribute(ActionInvocation::Interactive)] 
public:
property ActionInvocation Invocation {
    ActionInvocation get ();
    void set (ActionInvocation value);
}
/** @property */
public ActionInvocation get_Invocation ()

/** @property */
public void set_Invocation (ActionInvocation value)
public function get Invocation () : ActionInvocation

public function set Invocation (value : ActionInvocation)

Property Value

An enumeration that corresponds to allowed values for action invocation.

Thread Safety

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.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

Action Class
Action Members
Microsoft.AnalysisServices Namespace