Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.