Partager via


Propriété Action.Type

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

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Property Type As ActionType 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : Microsoft.AnalysisServices.ActionType
An action type.

Voir aussi

Référence

Action Classe

Espace de noms Microsoft.AnalysisServices