Método IModelAnnotationHolder.RemoveAnnotation
Remove a anotação especificada esse elemento de modelo.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)
Sintaxe
'Declaração
Sub RemoveAnnotation ( _
annotation As IModelAnnotation _
)
void RemoveAnnotation(
IModelAnnotation annotation
)
void RemoveAnnotation(
IModelAnnotation^ annotation
)
abstract RemoveAnnotation :
annotation:IModelAnnotation -> unit
function RemoveAnnotation(
annotation : IModelAnnotation
)
Parâmetros
- annotation
Tipo: Microsoft.Data.Schema.SchemaModel.IModelAnnotation
A anotação para remover.
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.
Consulte também
Referência
IModelAnnotationHolder Interface