ModelComponentCollection.Contains Method (IModelComponent)
SQL Server 2012
Determines whether the specified item is in the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Parameters
- item
- Type: Microsoft.AnalysisServices.IModelComponent
The item to verify if it’s in the collection.
Return Value
Type: System.Booleantrue if the specified item is found in the collection; otherwise, false.
