Udostępnij za pośrednictwem


Metoda DimensionCollection.Insert (Int32)

Tworzy i wstawia Dimension 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 Dimension
'Użycie
Dim instance As DimensionCollection
Dim index As Integer
Dim returnValue As Dimension

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

Parametry

Wartość zwracana

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

Wyjątki

Wyjątek Warunek
ArgumentOutOfRangeException

indexjest mniejszy od zera.

- lub -

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