TableNotificationCollection.Contains Method (TableNotification)

 

Applies To: SQL Server 2016 Preview

Indicates whether the collection contains a specified TableNotification.

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

Syntax

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

Parameters

Return Value

Type: System.Boolean

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

See Also

TableNotificationCollection Class
Microsoft.AnalysisServices Namespace

Return to top