TranslationCollection.Remove Method (Int32)

 

Applies To: SQL Server (starting with 2016)

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

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

Syntax

public void Remove(
    int language
)
public:
void Remove(
    int language
)
member Remove : 
        language:int -> unit
Public Sub Remove (
    language As Integer
)

Parameters

See Also

Remove Overload
TranslationCollection Class
Microsoft.AnalysisServices Namespace

Return to top