在生成过程中调用,以输出在合并具有重构扩展的现有配置文件时创建的配置文件。
命名空间: 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
)
参数
- setup
类型:Microsoft.Data.Schema.Build.DeploymentContributorConfigurationSetup
一个 DeploymentContributorConfigurationSetup 对象。
备注
有关如何处理事件的更多信息,请参见使用事件。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。
请参见
参考
RefactoringDeploymentContributor 类
Microsoft.Data.Schema.Refactoring 命名空间
DeploymentContributorConfigurationSetup