Compartilhar via


Construtor DataSchemaModelEventArgs (DataSchemaModel, IModelElement, ModelEventType)

Inicializa uma nova instância de DataSchemaModelEventArgs classe usando o modelo fornecido, elemento e tipo 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, _
    element As IModelElement, _
    type As ModelEventType _
)
public DataSchemaModelEventArgs(
    DataSchemaModel model,
    IModelElement element,
    ModelEventType type
)
public:
DataSchemaModelEventArgs(
    DataSchemaModel^ model, 
    IModelElement^ element, 
    ModelEventType type
)
new : 
        model:DataSchemaModel * 
        element:IModelElement * 
        type:ModelEventType -> DataSchemaModelEventArgs
public function DataSchemaModelEventArgs(
    model : DataSchemaModel, 
    element : IModelElement, 
    type : 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