SchemaDeployment.OnCreateDeploymentScriptGenerator 方法

调用它可创建 DeploymentScriptGenerator

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

语法

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

返回值

类型:Microsoft.Data.Schema.Build.DeploymentScriptGenerator
一个 DeploymentScriptGenerator 对象。

.NET Framework 安全性

请参见

参考

SchemaDeployment 类

Microsoft.Data.Schema.Build 命名空间

DeploymentScriptGenerator