Metodo TranslationCollection.Remove (Int32, Boolean)
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Removes the Translation, with the specified language, from the collection.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Sub Remove ( _
language As Integer, _
cleanUp As Boolean _
)
'Utilizzo
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
)
Parametri
- language
Tipo: System.Int32
The language of the Translation to be removed.
- cleanUp
Tipo: System.Boolean
true to use the cleanup process; otherwise, false.