IModelAnnotationHolder.AddAnnotation 方法

將指定的附註加入至這個項目。

命名空間:  Microsoft.Data.Schema.SchemaModel
組件:  Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)

語法

'宣告
Sub AddAnnotation ( _
    annotation As IModelAnnotation _
)
void AddAnnotation(
    IModelAnnotation annotation
)
void AddAnnotation(
    IModelAnnotation^ annotation
)
abstract AddAnnotation : 
        annotation:IModelAnnotation -> unit 
function AddAnnotation(
    annotation : IModelAnnotation
)

參數

.NET Framework 安全性

請參閱

參考

IModelAnnotationHolder 介面

Microsoft.Data.Schema.SchemaModel 命名空間

IModelAnnotation