TranslationCollection.Remove Method (Translation, Boolean)

 

Applies To: SQL Server (starting with 2016)

Removes the specified Translation from the collection.

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

Syntax

public void Remove(
    Translation item,
    bool cleanUp
)
public:
void Remove(
    Translation^ item,
    bool cleanUp
)
member Remove : 
        item:Translation *
        cleanUp:bool -> unit
Public Sub Remove (
    item As Translation,
    cleanUp As Boolean
)

Parameters

  • cleanUp
    Type: System.Boolean

    true to use the cleanup process; otherwise, false. 

See Also

Remove Overload
TranslationCollection Class
Microsoft.AnalysisServices Namespace

Return to top