TranslationCollection.Remove 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 Remove(IModelComponent)

Removes the specified IModelComponent from the collection.(Inherited from ModelComponentCollection.)

System_CAPS_pubmethod Remove(Int32)

Removes the Translation, with the specified language, from the collection.

System_CAPS_pubmethod Remove(Int32, Boolean)

Removes the Translation, with the specified language, from the collection.

System_CAPS_pubmethod Remove(Translation)

Removes the specified Translation from the collection.

System_CAPS_pubmethod Remove(Translation, Boolean)

Removes the specified Translation from the collection.

See Also

TranslationCollection Class
Microsoft.AnalysisServices Namespace

Return to top