Compartilhar via


Construtor DataSchemaModelEventArgs (DataSchemaModel, IList<Tuple<IModelElement, ModelEventType>>)

Inicializa uma nova instância de DataSchemaModelEventArgs classe usando o modelo fornecido e a lista de elementos e tipos de evento.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)

Sintaxe

'Declaração
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>>
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

DataSchemaModelEventArgs Classe

Sobrecargas DataSchemaModelEventArgs

Namespace Microsoft.Data.Schema.SchemaModel

DataSchemaModel

IModelElement

ModelEventType