TranslationCollection.GetByLanguage Method (Int32)

 

Applies To: SQL Server (starting with 2016)

Indicates whether the collection contains a Translation with the specified language.

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

Syntax

public Translation GetByLanguage(
    int language
)
public:
Translation^ GetByLanguage(
    int language
)
member GetByLanguage : 
        language:int -> Translation
Public Function GetByLanguage (
    language As Integer
) As Translation

Parameters

Return Value

Type: Microsoft.AnalysisServices.Translation

The Translation if found in the collection; otherwise, a null reference (Nothing in Visual Basic).

See Also

TranslationCollection Class
Microsoft.AnalysisServices Namespace

Return to top