Método AggregationDimensionCollection.Insert (Int32, AggregationDimension)

Inserts an AggregationDimension into the collection at the specified index.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

VB
'Declaração
Public Sub Insert ( _
    index As Integer, _
    item As AggregationDimension _
)
'Uso
Dim instance As AggregationDimensionCollection 
Dim index As Integer 
Dim item As AggregationDimension

instance.Insert(index, item)

Parâmetros

Exceções

Exceção Condição
ArgumentOutOfRangeException

index is less than zero.

-or-

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

Consulte também

Referência

AggregationDimensionCollection Classe

Sobrecarregado Insert

Namespace Microsoft.AnalysisServices