TranslationCollection.Contains Method (Translation)

 

Applies To: SQL Server 2016 Preview

Indicates whether the collection contains a specified Translation.

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

Syntax

public bool Contains(
    Translation item
)
public:
bool Contains(
    Translation^ item
)
member Contains : 
        item:Translation -> bool
Public Function Contains (
    item As Translation
) 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