Aracılığıyla paylaş


AssemblyCollection.Insert Yöntemi (Int32)

Oluşturur ve 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 Function Insert ( _
    index As Integer _
) As ClrAssembly
'Kullanım
Dim instance As AssemblyCollection
Dim index As Integer
Dim returnValue As ClrAssembly

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

Parametreler

Dönüş Değeri

Tür: Microsoft.AnalysisServices.ClrAssembly
Bir yeni, boş Assembly.

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