Condividi tramite


Metodo QueryNotificationCollection.Contains

Determines whether the specified QueryNotification is in the collection.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Function Contains ( _
    item As QueryNotification _
) As Boolean
'Utilizzo
Dim instance As QueryNotificationCollection 
Dim item As QueryNotification 
Dim returnValue As Boolean 

returnValue = instance.Contains(item)
public bool Contains(
    QueryNotification item
)
public:
bool Contains(
    QueryNotification^ item
)
member Contains : 
        item:QueryNotification -> bool
public function Contains(
    item : QueryNotification
) : boolean

Parametri

Valore restituito

Tipo: System.Boolean
true if the QueryNotification exists in the collection; otherwise, false.

Vedere anche

Riferimento

QueryNotificationCollection Classe

Spazio dei nomi Microsoft.AnalysisServices