Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 _
)
'Usage
Dim instance As TranslationCollection
Dim language As Integer
instance.Remove(language)
public void Remove(
int language
)
public:
void Remove(
int language
)
member Remove :
language:int -> unit
public function Remove(
language : int
)
Parameters
- language
Type: System.Int32
The language of the Translation to be removed.