Metoda PerspectiveActionCollection.Insert (Int32, PerspectiveAction)
Wstawia PerspectiveAction do kolekcja pod określonym indeksem.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public Sub Insert ( _
index As Integer, _
item As PerspectiveAction _
)
'Użycie
Dim instance As PerspectiveActionCollection
Dim index As Integer
Dim item As PerspectiveAction
instance.Insert(index, item)
public void Insert(
int index,
PerspectiveAction item
)
public:
void Insert(
int index,
PerspectiveAction^ item
)
member Insert :
index:int *
item:PerspectiveAction -> unit
public function Insert(
index : int,
item : PerspectiveAction
)
Parametry
- index
Typ: System.Int32
Od zera indeksu, w którym chcesz wstawić nowy PerspectiveAction.
- item
Typ: Microsoft.AnalysisServices.PerspectiveAction
PerspectiveAction Do wstawiania.
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