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 네임스페이스