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