ModelComponentCollection.IList.Contains Method (Object)

 

Applies To: SQL Server 2016 Preview

Indicates whether the collection contains a specific value.

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

Syntax

bool IList.Contains(
    object value
)
private:
virtual bool Contains(
    Object^ value
) sealed = IList::Contains
private abstract Contains : 
        value:Object -> bool
private override Contains : 
        value:Object -> bool
Private Function Contains (
    value As Object
) As Boolean
    Implements IList.Contains

Parameters

Return Value

Type: System.Boolean

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

Implements

IList.Contains(Object)

See Also

ModelComponentCollection Class
Microsoft.AnalysisServices Namespace

Return to top