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