Action.TargetType 属性

Gets or sets the cube, dimension, attribute, hierarchy, or level that is associated with the action.

命名空间:  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
A member from which the action is launched.

请参阅

参考

Action 类

Microsoft.AnalysisServices 命名空间