Condividi tramite


Proprietà Action.Type

Gets or sets a type representing a form of the action.

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

Sintassi

'Dichiarazione
Public Property Type As ActionType 
    Get 
    Set
'Utilizzo
Dim instance As Action 
Dim value As ActionType 

value = instance.Type

instance.Type = value
public ActionType Type { get; set; }
public:
property ActionType Type {
    ActionType get ();
    void set (ActionType value);
}
member Type : ActionType with get, set
function get Type () : ActionType 
function set Type (value : ActionType)

Valore proprietà

Tipo: Microsoft.AnalysisServices.ActionType
An action type.

Vedere anche

Riferimento

Action Classe

Spazio dei nomi Microsoft.AnalysisServices