Share via


VSDBCmdServices.OnPostProcessImportedModel Method

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

Remarks

Override this method to perform post processing on the reverse engineered model prior to its being written to disk.

.NET Framework Security

See Also

Reference

VSDBCmdServices Class

Microsoft.Data.Schema.Build Namespace