Método AnnotationCollection.Remove (Annotation)

Removes the specified Annotation from the collection.

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

Sintaxe

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

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

Parâmetros

Exceções

Exceção Condição
ItemNotFoundException

item is not contained by the collection.

Consulte também

Referência

AnnotationCollection Classe

Sobrecarregado Remove

Namespace Microsoft.AnalysisServices