SchemaDeploymentConstructor.OnConstructDeployment 方法

创建架构部署对象。

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

语法

声明
Protected Overridable Function OnConstructDeployment As SchemaDeployment
protected virtual SchemaDeployment OnConstructDeployment()
protected:
virtual SchemaDeployment^ OnConstructDeployment()
abstract OnConstructDeployment : unit -> SchemaDeployment 
override OnConstructDeployment : unit -> SchemaDeployment 
protected function OnConstructDeployment() : SchemaDeployment

返回值

类型:Microsoft.Data.Schema.Build.SchemaDeployment
新架构部署对象。

备注

重写此方法可以为特定 DatabaseSchemaProvider 添加功能。

.NET Framework 安全性

请参见

参考

SchemaDeploymentConstructor 类

Microsoft.Data.Schema.Build 命名空间

SchemaDeployment