VSDBCmdServices.OnPostProcessImportedModel, méthode
Ne fait rien.
Espace de noms : Microsoft.Data.Schema.Build
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- model
Type : Microsoft.Data.Schema.SchemaModel.DataSchemaModel
Modèle d'ingénierie à rebours.
Notes
Substituez cette méthode pour exécuter le post-traitement sur le modèle d'ingénierie à rebours avant qu'il ne soit écrit sur le disque.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.