ModelStore.OnModelElementChanged 方法

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

语法

声明
Protected Overridable Sub OnModelElementChanged ( _
    element As IModelElement, _
    type As ModelEventType _
)
protected virtual void OnModelElementChanged(
    IModelElement element,
    ModelEventType type
)
protected:
virtual void OnModelElementChanged(
    IModelElement^ element, 
    ModelEventType type
)
abstract OnModelElementChanged : 
        element:IModelElement * 
        type:ModelEventType -> unit 
override OnModelElementChanged : 
        element:IModelElement * 
        type:ModelEventType -> unit 
protected function OnModelElementChanged(
    element : IModelElement, 
    type : ModelEventType
)

参数

.NET Framework 安全性

请参见

参考

ModelStore 类

Microsoft.Data.Schema.SchemaModel 命名空间