Udostępnij przez


Metoda LevelCollection.Insert (Int32)

Tworzy i wstawia Level 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 _
) As Level
'Użycie
Dim instance As LevelCollection
Dim index As Integer
Dim returnValue As Level

returnValue = instance.Insert(index)
public Level Insert(
    int index
)
public:
Level^ Insert(
    int index
)
member Insert : 
        index:int -> Level 
public function Insert(
    index : int
) : Level

Parametry

Wartość zwracana

Typ: Microsoft.AnalysisServices.Level
Nowy, pusty Level.

Wyjątki

Wyjątek Warunek
ArgumentOutOfRangeException

indexjest mniejszy od zera.

- lub -

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