Udostępnij za pośrednictwem


Metoda AggregationInstanceCollection.Insert (Int32, String)

Tworzy i wstawia AggregationInstance, z identyfikatorem określonego do kolekcja pod określonym indeksem.

Przestrzeń nazw:  Microsoft.AnalysisServices
Zestaw:  Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)

Składnia

'Deklaracja
Public Function Insert ( _
    index As Integer, _
    name As String _
) As AggregationInstance
'Użycie
Dim instance As AggregationInstanceCollection
Dim index As Integer
Dim name As String
Dim returnValue As AggregationInstance

returnValue = instance.Insert(index, name)
public AggregationInstance Insert(
    int index,
    string name
)
public:
AggregationInstance^ Insert(
    int index, 
    String^ name
)
member Insert : 
        index:int * 
        name:string -> AggregationInstance 
public function Insert(
    index : int, 
    name : String
) : AggregationInstance

Parametry

Wyjątki

Wyjątek Warunek
ArgumentOutOfRangeException

indexjest mniejszy od zera.

- lub -

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