TranslationCollection.Remove Method (Int32, Boolean)
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Removes the Translation, with the specified language, from the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub Remove ( _
language As Integer, _
cleanUp As Boolean _
)
'Usage
Dim instance As TranslationCollection
Dim language As Integer
Dim cleanUp As Boolean
instance.Remove(language, cleanUp)
public void Remove(
int language,
bool cleanUp
)
public:
void Remove(
int language,
bool cleanUp
)
member Remove :
language:int *
cleanUp:bool -> unit
public function Remove(
language : int,
cleanUp : boolean
)
Parameters
- language
Type: System.Int32
The language of the Translation to be removed.
- cleanUp
Type: System.Boolean
true to use the cleanup process; otherwise, false.