TranslationCollection.Contains 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 bool Contains(
    int language
)
public:
bool Contains(
    int language
)
member Contains : 
        language:int -> bool
Public Function Contains (
    language As Integer
) As Boolean

Parameters

Return Value

Type: System.Boolean

true if the Translation is contained in the collection; otherwise, false.

See Also

Contains Overload
TranslationCollection Class
Microsoft.AnalysisServices Namespace

Return to top