AssemblyCollection.Insert Yöntemi (Int32, Assembly)
Ekler bir Assembly 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 Assembly _
)
'Kullanım
Dim instance As AssemblyCollection
Dim index As Integer
Dim item As [Assembly]
instance.Insert(index, item)
public void Insert(
int index,
Assembly item
)
public:
void Insert(
int index,
Assembly^ item
)
member Insert :
index:int *
item:Assembly -> unit
public function Insert(
index : int,
item : Assembly
)
Parametreler
- index
Tür: System.Int32
Hangi sıfır tabanlı dizin yeni Assembly eklenecektir.
- item
Tür: Microsoft.AnalysisServices.Assembly
Assembly Eklenecek.
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]. |
Ayrıca bkz.