Udostępnij za pośrednictwem


Metoda AggregationAttributeCollection.Insert (Int32, AggregationAttribute)

Wstawia AggregationAttribute 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 AggregationAttribute _
)
'Użycie
Dim instance As AggregationAttributeCollection
Dim index As Integer
Dim item As AggregationAttribute

instance.Insert(index, item)
public void Insert(
    int index,
    AggregationAttribute item
)
public:
void Insert(
    int index, 
    AggregationAttribute^ item
)
member Insert : 
        index:int * 
        item:AggregationAttribute -> unit 
public function Insert(
    index : int, 
    item : AggregationAttribute
)

Parametry

Wyjątki

Wyjątek Warunek
ArgumentOutOfRangeException

indexjest mniejszy od zera.

- lub -

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