ModelComponentCollection.IModelComponentCollection.Contains Method

Indicates whether the collection contains a specific value.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

C#
bool IModelComponentCollection.Contains(
    IModelComponent item
)

Parameters

Return Value

Type: System.Boolean
true if the item is found in the collection; otherwise, false.

Implements

IModelComponentCollection.Contains(IModelComponent)

See Also

Reference

ModelComponentCollection Class

Microsoft.AnalysisServices Namespace