TranslationCollection.Remove Method (Int32, Boolean)
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,
bool cleanUp
)
public:
void Remove(
int language,
bool cleanUp
)
member Remove :
language:int *
cleanUp:bool -> unit
Public Sub Remove (
language As Integer,
cleanUp As Boolean
)
Parameters
language
Type: System.Int32The language of the Translation to be removed.
cleanUp
Type: System.Booleantrue to use the cleanup process; otherwise, false.
See Also
Remove Overload
TranslationCollection Class
Microsoft.AnalysisServices Namespace
Return to top