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