Sdílet prostřednictvím


DataSchemaModelEventArgs – konstruktor (DataSchemaModel, ModelEventType)

Inicializuje novou instanci DataSchemaModelEventArgs třídy pomocí poskytnutého model a typ události.

Obor názvů:  Microsoft.Data.Schema.SchemaModel
Sestavení:  Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)

Syntaxe

'Deklarace
Public Sub New ( _
    model As DataSchemaModel, _
    type As ModelEventType _
)
public DataSchemaModelEventArgs(
    DataSchemaModel model,
    ModelEventType type
)
public:
DataSchemaModelEventArgs(
    DataSchemaModel^ model, 
    ModelEventType type
)
new : 
        model:DataSchemaModel * 
        type:ModelEventType -> DataSchemaModelEventArgs
public function DataSchemaModelEventArgs(
    model : DataSchemaModel, 
    type : ModelEventType
)

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

DataSchemaModelEventArgs Třída

DataSchemaModelEventArgs – přetížení

Microsoft.Data.Schema.SchemaModel – obor názvů

DataSchemaModel

ModelEventType