QueryNotificationCollection.Contains Method (QueryNotification)

 

Applies To: SQL Server 2016 Preview

Determines whether the specified QueryNotification is in the collection.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

public bool Contains(
    QueryNotification item
)
public:
bool Contains(
    QueryNotification^ item
)
member Contains : 
        item:QueryNotification -> bool
Public Function Contains (
    item As QueryNotification
) As Boolean

Parameters

Return Value

Type: System.Boolean

true if the QueryNotification exists in the collection; otherwise, false.

See Also

QueryNotificationCollection Class
Microsoft.AnalysisServices Namespace

Return to top