AdomdRestrictionCollection.IList.IndexOf Method (Object)

 

Determines the index of the specified item in the AdomdRestrictionCollection.

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

Syntax

int IList.IndexOf(
    object value
)
private:
virtual int IndexOf(
    Object^ value
) sealed = IList::IndexOf
private abstract IndexOf : 
        value:Object -> int
private override IndexOf : 
        value:Object -> int
Private Function IndexOf (
    value As Object
) As Integer
    Implements IList.IndexOf

Parameters

Return Value

Type: System.Int32

The index of value if found in the AdomdRestrictionCollection; otherwise, -1.

Implements

IList.IndexOf(Object)

See Also

AdomdRestrictionCollection Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top