PerspectiveAction.ActionID 속성

Gets or sets the Action identifier associated with a PerspectiveAction object.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
Public Property ActionID As String 
    Get 
    Set
‘사용 방법
Dim instance As PerspectiveAction 
Dim value As String 

value = instance.ActionID

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

속성 값

유형: System.String
A unique name for an Action.

참고 항목

참조

PerspectiveAction 클래스

Microsoft.AnalysisServices 네임스페이스