GroupCollection.IndexOf Method (Group)

 

Applies To: SQL Server 2016 Preview

Gets the index of a specified Group.

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

Syntax

public int IndexOf(
    Group item
)
public:
int IndexOf(
    Group^ item
)
member IndexOf : 
        item:Group -> int
Public Function IndexOf (
    item As Group
) As Integer

Parameters

Return Value

Type: System.Int32

The zero-based index of the Group if the object is found; otherwise, -1.

See Also

GroupCollection Class
Microsoft.AnalysisServices Namespace

Return to top