Méthode TranslationCollection.Remove (Int32)
Removes the Translation, with the specified language, from the collection.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Sub Remove ( _
language As Integer _
)
'Utilisation
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
)
Paramètres
- language
Type : System.Int32
The language of the Translation to be removed.