共用方式為


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.