構成ファイルを出力するために、ビルド処理中に呼び出されます。この構成ファイルは、リファクタリングの拡張機能を持つ既存の複数の構成ファイルをマージするときに作成されます。
名前空間: 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