Metoda AggregationDimensionCollection.Insert (Int32, AggregationDimension)
Wstawia AggregationDimension 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 AggregationDimension _
)
'Użycie
Dim instance As AggregationDimensionCollection
Dim index As Integer
Dim item As AggregationDimension
instance.Insert(index, item)
public void Insert(
int index,
AggregationDimension item
)
public:
void Insert(
int index,
AggregationDimension^ item
)
member Insert :
index:int *
item:AggregationDimension -> unit
public function Insert(
index : int,
item : AggregationDimension
)
Parametry
- index
Typ: System.Int32
Od zera indeksu, w którym nowy AggregationDimension będą wstawiane.
- item
Typ: Microsoft.AnalysisServices.AggregationDimension
AggregationDimension Do wstawienia.
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