次の方法で共有


Action.Type プロパティ

アクションの形式を表す種類を取得します。値の設定も可能です。

名前空間:  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
アクションの種類です。

関連項目

参照

Action クラス

Microsoft.AnalysisServices 名前空間