共用方式為


ModelStore.AddAnnotation 方法

將附註新增到模型。

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

語法

'宣告
Public Sub AddAnnotation ( _
    annotation As IModelAnnotation _
)
public void AddAnnotation(
    IModelAnnotation annotation
)
public:
virtual void AddAnnotation(
    IModelAnnotation^ annotation
) sealed
abstract AddAnnotation : 
        annotation:IModelAnnotation -> unit 
override AddAnnotation : 
        annotation:IModelAnnotation -> unit 
public final function AddAnnotation(
    annotation : IModelAnnotation
)

參數

實作

IModelAnnotationHolder.AddAnnotation(IModelAnnotation)

.NET Framework 安全性

請參閱

參考

ModelStore 類別

Microsoft.Data.Schema.SchemaModel 命名空間