RefactoringDeploymentContributor.OnEstablishDeploymentConfiguration 方法

在生成过程中调用,以输出在合并具有重构扩展的现有配置文件时创建的配置文件。

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

语法

声明
Protected Overrides Sub OnEstablishDeploymentConfiguration ( _
    setup As DeploymentContributorConfigurationSetup _
)
protected override void OnEstablishDeploymentConfiguration(
    DeploymentContributorConfigurationSetup setup
)
protected:
virtual void OnEstablishDeploymentConfiguration(
    DeploymentContributorConfigurationSetup^ setup
) override
abstract OnEstablishDeploymentConfiguration : 
        setup:DeploymentContributorConfigurationSetup -> unit 
override OnEstablishDeploymentConfiguration : 
        setup:DeploymentContributorConfigurationSetup -> unit 
protected override function OnEstablishDeploymentConfiguration(
    setup : DeploymentContributorConfigurationSetup
)

参数

备注

有关如何处理事件的更多信息,请参见使用事件

.NET Framework 安全性

请参见

参考

RefactoringDeploymentContributor 类

Microsoft.Data.Schema.Refactoring 命名空间

DeploymentContributorConfigurationSetup

ProposeTargetOperations

其他资源

使用事件