Aracılığıyla paylaş


AggregationInstanceCollection.Insert Yöntemi (Int32)

Oluşturur ve ekler bir AggregationInstance içine koleksiyon adresinde belirtilen dizini.

Ad Alanı:  Microsoft.AnalysisServices
Derleme:  Microsoft.AnalysisServices (Microsoft.AnalysisServices içinde.dll)

Sözdizimi

'Bildirim
Public Function Insert ( _
    index As Integer _
) As AggregationInstance
'Kullanım
Dim instance As AggregationInstanceCollection
Dim index As Integer
Dim returnValue As AggregationInstance

returnValue = instance.Insert(index)
public AggregationInstance Insert(
    int index
)
public:
AggregationInstance^ Insert(
    int index
)
member Insert : 
        index:int -> AggregationInstance 
public function Insert(
    index : int
) : AggregationInstance

Parametreler

Kural dışı durumlar

Özel durum Koşul
ArgumentOutOfRangeException

indexsıfırdan küçük.

- veya -

index' e eşit veya daha büyük [H:Microsoft.AnalysisServices.ModelComponentCollection.Count].