ModelComponentCollection.Contains Method (IModelComponent)

Determines whether the specified item is in the collection.

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

Syntax

VB
'Declaration
Protected Function Contains ( _
    item As IModelComponent _
) As Boolean
'Usage
Dim item As IModelComponent 
Dim returnValue As Boolean 

returnValue = Me.Contains(item)

Parameters

Return Value

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

See Also

Reference

ModelComponentCollection Class

Contains Overload

Microsoft.AnalysisServices Namespace