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.