Metodo Contains
Indicates whether the collection contains a specified TableNotification.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Function Contains ( _
item As TableNotification _
) As Boolean
'Utilizzo
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
Parametri
- item
Tipo: Microsoft.AnalysisServices. . :: . .TableNotification
The TableNotification to locate.
Valore restituito
Tipo: System. . :: . .Boolean
true if the TableNotification exists in the collection; otherwise, false.
Vedere anche