Metodo AggregationCollection.Insert (Int32, Aggregation)

Inserts an Aggregation into the collection at the specified index.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

VB
'Dichiarazione
Public Sub Insert ( _
    index As Integer, _
    item As Aggregation _
)
'Utilizzo
Dim instance As AggregationCollection 
Dim index As Integer 
Dim item As Aggregation

instance.Insert(index, item)

Parametri

Eccezioni

Eccezione Condizione
ArgumentOutOfRangeException

index is less than zero.

-or-

index is equal to or greater than [H:Microsoft.AnalysisServices.ModelComponentCollection.Count].

Vedere anche

Riferimento

AggregationCollection Classe

Overload Insert

Spazio dei nomi Microsoft.AnalysisServices