TranslationCollection.IndexOf Method (Int32)

 

Applies To: SQL Server 2016 Preview

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

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

Syntax

public int IndexOf(
    int language
)
public:
int IndexOf(
    int language
)
member IndexOf : 
        language:int -> int
Public Function IndexOf (
    language As Integer
) As Integer

Parameters

Return Value

Type: System.Int32

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

See Also

IndexOf Overload
TranslationCollection Class
Microsoft.AnalysisServices Namespace

Return to top