TranslationCollection.FindByLanguage Method (Int32)

 

Applies To: SQL Server 2016 Preview

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 FindByLanguage(
    int language
)
public:
Translation^ FindByLanguage(
    int language
)
member FindByLanguage : 
        language:int -> Translation
Public Function FindByLanguage (
    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