MeasureGroupAttributeCollection.IndexOf Method

Definition

Overloads

IndexOf(MeasureGroupAttribute)

Searches for the specified MeasureGroupAttribute and returns the zero-based index of it in the collection.

IndexOf(String)

Searches for a MeasureGroupAttribute with the specified AttributeID and returns the zero-based index of it in the collection.

IndexOf(MeasureGroupAttribute)

Searches for the specified MeasureGroupAttribute and returns the zero-based index of it in the collection.

public int IndexOf (Microsoft.AnalysisServices.MeasureGroupAttribute item);
override this.IndexOf : Microsoft.AnalysisServices.MeasureGroupAttribute -> int
Public Function IndexOf (item As MeasureGroupAttribute) As Integer

Parameters

item
MeasureGroupAttribute

The MeasureGroupAttribute to locate in the collection.

Returns

The zero-based index of the MeasureGroupAttribute in the collection, if found; otherwise, -1.

Applies to

IndexOf(String)

Searches for a MeasureGroupAttribute with the specified AttributeID and returns the zero-based index of it in the collection.

public int IndexOf (string attributeId);
override this.IndexOf : string -> int
Public Function IndexOf (attributeId As String) As Integer

Parameters

attributeId
String

The AttributeID of the MeasureGroupAttribute to locate in the collection.

Returns

The zero-based index of the MeasureGroupAttribute in the collection, if found; otherwise, -1.

Applies to