TranslationCollection.IndexOf Method

 

Applies To: SQL Server (starting with 2016)

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

Overload List

Name Description
System_CAPS_protmethod IndexOf(IModelComponent)

Searches for the specified item and returns its zero-based index within the collection.(Inherited from ModelComponentCollection.)

System_CAPS_pubmethod IndexOf(Int32)

Gets the index of a Translation, with the specified language.

System_CAPS_protmethod IndexOf(String)

Returns the zero-based index of the first occurrence of an IModelComponent that has the specified key in the ModelComponentCollection.(Inherited from ModelComponentCollection.)

System_CAPS_pubmethod IndexOf(Translation)

Gets the index of a specified Translation.

See Also

TranslationCollection Class
Microsoft.AnalysisServices Namespace

Return to top