SchemaDeployment.OnAfterPreparePlan 方法

在部署计划已准备好之后调用,以允许派生类为自定义的 DatabaseSchemaProvider 执行额外处理。

命名空间:  Microsoft.Data.Schema.Build
程序集:  Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)

语法

声明
Protected Overridable Sub OnAfterPreparePlan
protected virtual void OnAfterPreparePlan()
protected:
virtual void OnAfterPreparePlan()
abstract OnAfterPreparePlan : unit -> unit 
override OnAfterPreparePlan : unit -> unit 
protected function OnAfterPreparePlan()

.NET Framework 安全性

请参见

参考

SchemaDeployment 类

Microsoft.Data.Schema.Build 命名空间

DatabaseSchemaProvider