Udostępnij za pośrednictwem


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

Wyjątki

Wyjątek Warunek
ArgumentOutOfRangeException

indexjest mniejszy od zera.

- lub -

indexjest równa lub większa niż [H:Microsoft.AnalysisServices.ModelComponentCollection.Count].