TranslationCollection.Contains Method

 

Applies To: SQL Server (starting with 2016)

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

Overload List

Name Description
System_CAPS_protmethod Contains(IModelComponent)

Determines whether the specified item is in the collection.(Inherited from ModelComponentCollection.)

System_CAPS_pubmethod Contains(Int32)

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

System_CAPS_protmethod Contains(String)

Determines whether an item with the specified key is in the ModelComponentCollection.(Inherited from ModelComponentCollection.)

System_CAPS_pubmethod Contains(Translation)

Indicates whether the collection contains a specified Translation.

See Also

TranslationCollection Class
Microsoft.AnalysisServices Namespace

Return to top