DeploymentContributor.OnEstablishDeploymentConfiguration 方法

由 Visual Studio 中的部署过程调用,使代码可以修改部署配置。

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

语法

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

参数

.NET Framework 安全性

请参见

参考

DeploymentContributor 类

Microsoft.Data.Schema.Build 命名空间