Aracılığıyla paylaş


GroupCollection.Insert Yöntemi

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

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

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