Aracılığıyla paylaş


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

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