Partager via


Action.Invocation Property

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

Espace de noms: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Syntaxe

'Déclaration
<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)

Valeur de propriété

An enumeration that corresponds to allowed values for action invocation.

Sécurité des threads

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.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

Action Class
Action Members
Microsoft.AnalysisServices Namespace