This topic has not yet been rated - Rate this topic

ModelComponentCollection.Contains Method (IModelComponent)

Determines whether the specified item is in the collection.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
protected bool Contains(
	IModelComponent item
)

Parameters

item
Type: Microsoft.AnalysisServices.IModelComponent
The item to verify if it’s in the collection.

Return Value

Type: System.Boolean
true if the specified item is found in the collection; otherwise, false.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.