Metoda AggregationCollection.Insert (Int32)
Tworzy i wstawia Aggregation 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 Aggregation
'Użycie
Dim instance As AggregationCollection
Dim index As Integer
Dim returnValue As Aggregation
returnValue = instance.Insert(index)
public Aggregation Insert(
int index
)
public:
Aggregation^ Insert(
int index
)
member Insert :
index:int -> Aggregation
public function Insert(
index : int
) : Aggregation
Parametry
- index
Typ: System.Int32
Od zera indeksu, w którym nowy Aggregation będą wstawiane.
Wartość zwracana
Typ: Microsoft.AnalysisServices.Aggregation
Nowy, pusty Aggregation.
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