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 命名空間