Condividi tramite


Action.Invocation Property

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

Spazio dei nomi: Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Sintassi

'Dichiarazione
<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)

Valore proprietà

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.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

Action Class
Action Members
Microsoft.AnalysisServices Namespace