Méthode TranslationCollection.Remove (Int32, Boolean)
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
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, _
cleanUp As Boolean _
)
'Utilisation
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
)
Paramètres
- language
Type : System.Int32
The language of the Translation to be removed.
- cleanUp
Type : System.Boolean
true to use the cleanup process; otherwise, false.