共用方式為


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

其他資源

使用事件