Aracılığıyla paylaş


AggregationDesignAttributeCollection.Insert Yöntemi (Int32, AggregationDesignAttribute)

Ekler bir AggregationDesignAttribute 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 AggregationDesignAttribute _
)
'Kullanım
Dim instance As AggregationDesignAttributeCollection
Dim index As Integer
Dim item As AggregationDesignAttribute

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

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