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)
Eigenschaftswert
An enumeration that corresponds to allowed values for action invocation.
Threadsicherheit
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.
Plattformen
Entwicklungsplattformen
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Zielplattforme
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Siehe auch
Verweis
Action Class
Action Members
Microsoft.AnalysisServices Namespace