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.