TranslationCollection.Remove Method (Int32, Boolean)
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
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
)