AttributeTranslationCollection.IndexOf(AttributeTranslation) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Searches for the specified AttributeTranslation and returns the zero-based index of it in the collection.
public int IndexOf (Microsoft.AnalysisServices.AttributeTranslation item);
override this.IndexOf : Microsoft.AnalysisServices.AttributeTranslation -> int
Public Function IndexOf (item As AttributeTranslation) As Integer
Parameters
- item
- AttributeTranslation
The AttributeTranslation to locate in the collection.
Returns
The zero-based index of the AttributeTranslation in the collection, if found; otherwise, -1.