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
)
參數
- setup
型別:Microsoft.Data.Schema.Build.DeploymentContributorConfigurationSetup
DeploymentContributorConfigurationSetup 物件。
備註
如需如何處理事件的詳細資訊,請參閱使用事件。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
RefactoringDeploymentContributor 類別
Microsoft.Data.Schema.Refactoring 命名空間
DeploymentContributorConfigurationSetup