Action.Type 속성
Gets or sets a type representing a form of the action.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
Public Property Type As ActionType
Get
Set
‘사용 방법
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)
속성 값
유형: Microsoft.AnalysisServices.ActionType
An action type.