Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
Parameters
- item
Type: Microsoft.AnalysisServices.QueryNotification
The QueryNotification to verify if it’s in the collection.
Return Value
Type: System.Boolean
true if the QueryNotification exists in the collection; otherwise, false.