Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Determines whether the specified QueryNotification is in the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Contains ( _
item As QueryNotification _
) As Boolean
'Usage
Dim instance As QueryNotificationCollection
Dim item As QueryNotification
Dim returnValue As Boolean
returnValue = instance.Contains(item)
public bool Contains(
QueryNotification item
)
public:
bool Contains(
QueryNotification^ item
)
member Contains :
item:QueryNotification -> bool
public function Contains(
item : QueryNotification
) : boolean
Parameter
- item
Typ: Microsoft.AnalysisServices.QueryNotification
The QueryNotification to verify if it’s in the collection.
Rückgabewert
Typ: System.Boolean
true if the QueryNotification exists in the collection; otherwise, false.