Action.TargetType プロパティ

アクションに関連付けられているキューブ、ディメンション、属性、階層、またはレベルを取得します。値の設定も可能です。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
Public Property TargetType As ActionTargetType 
    Get 
    Set
'使用
Dim instance As Action 
Dim value As ActionTargetType 

value = instance.TargetType

instance.TargetType = value
public ActionTargetType TargetType { get; set; }
public:
property ActionTargetType TargetType {
    ActionTargetType get ();
    void set (ActionTargetType value);
}
member TargetType : ActionTargetType with get, set
function get TargetType () : ActionTargetType 
function set TargetType (value : ActionTargetType)

プロパティ値

型: Microsoft.AnalysisServices.ActionTargetType
アクションが起動されたメンバーです。

関連項目

参照

Action クラス

Microsoft.AnalysisServices 名前空間