RoleCollection.Item Özelliği (String)
Alır Role belirtilen tanımlayıcıdan sahip 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 Role
Get
'Kullanım
Dim instance As RoleCollection
Dim id As String
Dim value As Role
value = instance(id)
public Role this[
string id
] { get; }
public:
property Role^ default[String^ id] {
Role^ get (String^ id);
}
member Item : Role
JScript, dizinli özelliklerin kullanılmasını destekler, ancak yenilerinin bildirilmesini desteklemez.
Parametreler
- id
Tür: System.String
Tanıtıcısı Role return.
Özellik Değeri
Tür: Microsoft.AnalysisServices.Role
Role 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. |