Partager via


Méthode Contains

Indicates whether the collection contains a specified TableNotification.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Function Contains ( _
    item As TableNotification _
) As Boolean
'Utilisation
Dim instance As TableNotificationCollection
Dim item As TableNotification
Dim returnValue As Boolean

returnValue = instance.Contains(item)
public bool Contains(
    TableNotification item
)
public:
bool Contains(
    TableNotification^ item
)
member Contains : 
        item:TableNotification -> bool 
public function Contains(
    item : TableNotification
) : boolean

Valeur de retour

Type : System. . :: . .Boolean
true if the TableNotification exists in the collection; otherwise, false.