Udostępnij przez


Metoda AggregationDesignCollection.Insert (Int32)

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

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

Parametry

Wyjątki

Wyjątek Warunek
ArgumentOutOfRangeException

indexjest mniejszy od zera.

- lub -

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