QueryNotificationCollection.IndexOf Method (QueryNotification)

 

Applies To: SQL Server 2016 Preview

Gets the index of a specified QueryNotification.

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

Syntax

public int IndexOf(
    QueryNotification item
)
public:
int IndexOf(
    QueryNotification^ item
)
member IndexOf : 
        item:QueryNotification -> int
Public Function IndexOf (
    item As QueryNotification
) As Integer

Parameters

Return Value

Type: System.Int32

The zero-based index of the QueryNotification if the object is found; otherwise, -1.

See Also

QueryNotificationCollection Class
Microsoft.AnalysisServices Namespace

Return to top