IModelAnnotationHolder.RemoveAnnotation 方法

从此模型元素中移除指定的批注。

命名空间:  Microsoft.Data.Schema.SchemaModel
程序集:  Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)

语法

声明
Sub RemoveAnnotation ( _
    annotation As IModelAnnotation _
)
void RemoveAnnotation(
    IModelAnnotation annotation
)
void RemoveAnnotation(
    IModelAnnotation^ annotation
)
abstract RemoveAnnotation : 
        annotation:IModelAnnotation -> unit 
function RemoveAnnotation(
    annotation : IModelAnnotation
)

参数

.NET Framework 安全性

请参见

参考

IModelAnnotationHolder 接口

Microsoft.Data.Schema.SchemaModel 命名空间

IModelAnnotation