Compartir a través de


QueryNotificationCollection.Item Propiedad

Gets the QueryNotification at the specified index from the collection.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public Default Property Item ( _
    index As Integer _
) As QueryNotification 
    Get 
    Set
'Uso
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 admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.

Parámetros

Valor de la propiedad

Tipo: Microsoft.AnalysisServices.QueryNotification
The QueryNotification at the specified index.

Excepciones

Excepción Condición
ArgumentOutOfRangeException

index is less than zero.

-or-

index is equal to or greater than Count.

Vea también

Referencia

QueryNotificationCollection Clase

Espacio de nombres Microsoft.AnalysisServices