ModelComponentCollection.IModelComponentCollection.Contains Method (IModelComponent)

 

Applies To: SQL Server (starting with 2016)

Indicates whether the collection contains a specific value.

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

Syntax

bool IModelComponentCollection.Contains(
    IModelComponent item
)
private:
virtual bool Contains(
    IModelComponent^ item
) sealed = IModelComponentCollection::Contains
private abstract Contains : 
        item:IModelComponent -> bool
private override Contains : 
        item:IModelComponent -> bool
Private Function Contains (
    item As IModelComponent
) As Boolean
    Implements IModelComponentCollection.Contains

Parameters

Return Value

Type: System.Boolean

true if the item is found in the collection; otherwise, false.

Implements

IModelComponentCollection.Contains(IModelComponent)

See Also

ModelComponentCollection Class
Microsoft.AnalysisServices Namespace

Return to top