Método TranslationCollection.Remove (Int32, Boolean)
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Removes the Translation, with the specified language, from the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Sub Remove ( _
language As Integer, _
cleanUp As Boolean _
)
'Uso
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
)
Parâmetros
- language
Tipo: System.Int32
The language of the Translation to be removed.
- cleanUp
Tipo: System.Boolean
true to use the cleanup process; otherwise, false.