DataSchemaModelEventArgs 构造函数 (DataSchemaModel, IList<Tuple<IModelElement, ModelEventType>>)
使用所提供的模型以及元素和事件类型的列表初始化 DataSchemaModelEventArgs 类的新实例。
命名空间: Microsoft.Data.Schema.SchemaModel
程序集: Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)
语法
声明
Public Sub New ( _
model As DataSchemaModel, _
changes As IList(Of Tuple(Of IModelElement, ModelEventType)) _
)
public DataSchemaModelEventArgs(
DataSchemaModel model,
IList<Tuple<IModelElement, ModelEventType>> changes
)
public:
DataSchemaModelEventArgs(
DataSchemaModel^ model,
IList<Tuple<IModelElement^, ModelEventType>^>^ changes
)
new :
model:DataSchemaModel *
changes:IList<Tuple<IModelElement, ModelEventType>> -> DataSchemaModelEventArgs
public function DataSchemaModelEventArgs(
model : DataSchemaModel,
changes : IList<Tuple<IModelElement, ModelEventType>>
)
参数
- model
类型:Microsoft.Data.Schema.SchemaModel.DataSchemaModel
已更改的 DataSchemaModel 对象。
- changes
类型:System.Collections.Generic.IList<Tuple<IModelElement, ModelEventType>>
已更改的 IModelElement 对象及表示更改类型的相应 ModelEventType 对象的列表。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。