AssemblyCollection.Item Özelliği (Int32)
Alır Assembly belirtilen dizin adresindeki koleksiyon.
Ad Alanı: Microsoft.AnalysisServices
Derleme: Microsoft.AnalysisServices (Microsoft.AnalysisServices içinde.dll)
Sözdizimi
'Bildirim
Public ReadOnly Default Property Item ( _
index As Integer _
) As Assembly
Get
'Kullanım
Dim instance As AssemblyCollection
Dim index As Integer
Dim value As [Assembly]
value = instance(index)
public Assembly this[
int index
] { get; }
public:
property Assembly^ default[int index] {
Assembly^ get (int index);
}
member Item : Assembly
JScript, dizinli özelliklerin kullanılmasını destekler, ancak yenilerinin bildirilmesini desteklemez.
Parametreler
- index
Tür: System.Int32
Sıfır tabanlı dizini Assembly dönecek.
Özellik Değeri
Tür: Microsoft.AnalysisServices.Assembly
Assembly Adresinde belirtilen dizini.
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.