Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the Action identifier associated with a PerspectiveAction object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property ActionID As String
Get
Set
'Usage
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)
Property Value
Type: System.String
A unique name for an Action.