TableNotificationCollection.Add Method (TableNotification)

 

Applies To: SQL Server 2016 Preview

Adds a TableNotification to the end of the collection.

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

Syntax

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

Parameters

Return Value

Type: System.Int32

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

See Also

TableNotificationCollection Class
Microsoft.AnalysisServices Namespace

Return to top