Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets or sets a type representing a form of the action.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property Type As ActionType
Get
Set
'Usage
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)
Property Value
Type: Microsoft.AnalysisServices.ActionType
An action type.