Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Does nothing.
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Protected Overridable Sub OnPostProcessImportedModel ( _
model As DataSchemaModel _
)
protected virtual void OnPostProcessImportedModel(
DataSchemaModel model
)
protected:
virtual void OnPostProcessImportedModel(
DataSchemaModel^ model
)
abstract OnPostProcessImportedModel :
model:DataSchemaModel -> unit
override OnPostProcessImportedModel :
model:DataSchemaModel -> unit
protected function OnPostProcessImportedModel(
model : DataSchemaModel
)
Parameters
- model
Type: Microsoft.Data.Schema.SchemaModel.DataSchemaModel
The reverse engineered model.
Remarks
Override this method to perform post processing on the reverse engineered model prior to its being written to disk.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.