Aracılığıyla paylaş


PerspectiveCalculationCollection.Insert Yöntemi (Int32, PerspectiveCalculation)

Ekler bir PerspectiveCalculation içine koleksiyon adresinde belirtilen dizini.

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

Sözdizimi

'Bildirim
Public Sub Insert ( _
    index As Integer, _
    item As PerspectiveCalculation _
)
'Kullanım
Dim instance As PerspectiveCalculationCollection
Dim index As Integer
Dim item As PerspectiveCalculation

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

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].