Metoda PerspectiveActionCollection.Insert (Int32, String)
Tworzy i wstawia PerspectiveAction, z identyfikatorem określonego do kolekcja pod określonym indeksem.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public Function Insert ( _
index As Integer, _
actionId As String _
) As PerspectiveAction
'Użycie
Dim instance As PerspectiveActionCollection
Dim index As Integer
Dim actionId As String
Dim returnValue As PerspectiveAction
returnValue = instance.Insert(index, actionId)
public PerspectiveAction Insert(
int index,
string actionId
)
public:
PerspectiveAction^ Insert(
int index,
String^ actionId
)
member Insert :
index:int *
actionId:string -> PerspectiveAction
public function Insert(
index : int,
actionId : String
) : PerspectiveAction
Parametry
- index
Typ: System.Int32
Od zera indeksu, w którym chcesz wstawić nowy PerspectiveAction.
- actionId
Typ: System.String
Wartość zwracana
Typ: Microsoft.AnalysisServices.PerspectiveAction
Nowy, pusty PerspectiveAction.
Wyjątki
Wyjątek | Warunek |
---|---|
ArgumentOutOfRangeException | indexjest mniejszy od zera. - lub - indexjest równa lub większa niż [H:Microsoft.AnalysisServices.ModelComponentCollection.Count]. |
Zobacz także