Método ModelStore.RemoveAnnotation
Remove uma anotação do modelo.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)
Sintaxe
'Declaração
Public Sub RemoveAnnotation ( _
annotation As IModelAnnotation _
)
public void RemoveAnnotation(
IModelAnnotation annotation
)
public:
virtual void RemoveAnnotation(
IModelAnnotation^ annotation
) sealed
abstract RemoveAnnotation :
annotation:IModelAnnotation -> unit
override RemoveAnnotation :
annotation:IModelAnnotation -> unit
public final function RemoveAnnotation(
annotation : IModelAnnotation
)
Parâmetros
- annotation
Tipo: Microsoft.Data.Schema.SchemaModel.IModelAnnotation
Especifica a anotação para remover.
Implementações
IModelAnnotationHolder.RemoveAnnotation(IModelAnnotation)
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.