AssemblyCollection.Item Özelliği (String)
Alır Assembly, belirtilen tanımlayıcısı ile gelen koleksiyon.
Ad Alanı: Microsoft.AnalysisServices
Derleme: Microsoft.AnalysisServices (Microsoft.AnalysisServices içinde.dll)
Sözdizimi
'Bildirim
Public ReadOnly Default Property Item ( _
id As String _
) As Assembly
Get
'Kullanım
Dim instance As AssemblyCollection
Dim id As String
Dim value As [Assembly]
value = instance(id)
public Assembly this[
string id
] { get; }
public:
property Assembly^ default[String^ id] {
Assembly^ get (String^ id);
}
member Item : Assembly
JScript, dizinli özelliklerin kullanılmasını destekler, ancak yenilerinin bildirilmesini desteklemez.
Parametreler
- id
Tür: System.String
Tanıtıcısı Assembly dönecek.
Özellik Değeri
Tür: Microsoft.AnalysisServices.Assembly
Assembly Belirtildiği tanımlayıcısı.
Kural dışı durumlar
Özel durum | Koşul |
---|---|
ArgumentNullException | idbir null başvuru (hiçbir şey Visual Basic). |
ItemNotFoundException | idiçinde yok koleksiyon. |
Ayrıca bkz.