Compartilhar via


Método TranslationCollection.Remove (Translation)

Removes the specified Translation from the collection.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
Public Sub Remove ( _
    item As Translation _
)
'Uso
Dim instance As TranslationCollection 
Dim item As Translation

instance.Remove(item)
public void Remove(
    Translation item
)
public:
void Remove(
    Translation^ item
)
member Remove : 
        item:Translation -> unit
public function Remove(
    item : Translation
)

Parâmetros

Exceções

Exceção Condição
ItemNotFoundException

item is not contained by the collection.

Consulte também

Referência

TranslationCollection Classe

Sobrecarregado Remove

Namespace Microsoft.AnalysisServices