QueryNotificationCollection.Add Method (QueryNotification)

 

Applies To: SQL Server 2016 Preview

Adds a QueryNotification to the end of the collection.

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

Syntax

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

Parameters

Return Value

Type: System.Int32

The zero-based index at which the QueryNotification has been added.

See Also

QueryNotificationCollection Class
Microsoft.AnalysisServices Namespace

Return to top