IModelComponentCollection.Contains Method (IModelComponent)

 

Applies To: SQL Server 2016 Preview

This API supports the product infrastructure and is not intended to be used directly from your code.

Indicates whether the collection contains a specified IModelComponent.

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

Syntax

bool Contains(
    IModelComponent obj
)
bool Contains(
    IModelComponent^ obj
)
abstract Contains : 
        obj:IModelComponent -> bool
Function Contains (
    obj As IModelComponent
) As Boolean

Parameters

Return Value

Type: System.Boolean

true if the IModelComponent is contained in the collection; otherwise, false.

See Also

IModelComponentCollection Interface
Microsoft.AnalysisServices Namespace

Return to top