Action.Target 속성

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 Target As String 
    Get 
    Set
‘사용 방법
Dim instance As Action 
Dim value As String 

value = instance.Target

instance.Target = value
public string Target { get; set; }
public:
property String^ Target {
    String^ get ();
    void set (String^ value);
}
member Target : string with get, set
function get Target () : String 
function set Target (value : String)

속성 값

유형: System.String
A string that contains the name of the action associated with the target.

참고 항목

참조

Action 클래스

Microsoft.AnalysisServices 네임스페이스