Metoda PerspectiveActionCollection.Add (String)
Tworzy i dodaje PerspectiveAction, z określonego identyfikatora, do końca kolekcja.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public Function Add ( _
actionId As String _
) As PerspectiveAction
'Użycie
Dim instance As PerspectiveActionCollection
Dim actionId As String
Dim returnValue As PerspectiveAction
returnValue = instance.Add(actionId)
public PerspectiveAction Add(
string actionId
)
public:
PerspectiveAction^ Add(
String^ actionId
)
member Add :
actionId:string -> PerspectiveAction
public function Add(
actionId : String
) : PerspectiveAction
Parametry
- actionId
Typ: System.String
Wartość zwracana
Typ: Microsoft.AnalysisServices.PerspectiveAction
Indeks od zera, jaką PerspectiveAction została dodana.
Zobacz także