共用方式為


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