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.
Creates and adds an Action to the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Add As StandardAction
'Usage
Dim instance As ActionCollection
Dim returnValue As StandardAction
returnValue = instance.Add()
public StandardAction Add()
public:
StandardAction^ Add()
member Add : unit -> StandardAction
public function Add() : StandardAction
Return Value
Type: Microsoft.AnalysisServices.StandardAction
A StandardAction element.