AdomdRestrictionCollection.IList.Contains Method (Object)

 

Determines whether the AdomdRestrictionCollection contains the specified value.

Namespace:   Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.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 AdomdRestrictionCollection; otherwise, false.

Implements

IList.Contains(Object)

See Also

AdomdRestrictionCollection Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top