已將部署組態套用至參與者時呼叫。
命名空間: Microsoft.Data.Schema.Refactoring
組件: Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)
語法
'宣告
Protected Overrides Sub OnApplyDeploymentConfiguration ( _
context As DeploymentContributorContext, _
configurationFiles As ICollection(Of DeploymentContributorConfigurationFile) _
)
protected override void OnApplyDeploymentConfiguration(
DeploymentContributorContext context,
ICollection<DeploymentContributorConfigurationFile> configurationFiles
)
protected:
virtual void OnApplyDeploymentConfiguration(
DeploymentContributorContext^ context,
ICollection<DeploymentContributorConfigurationFile^>^ configurationFiles
) override
abstract OnApplyDeploymentConfiguration :
context:DeploymentContributorContext *
configurationFiles:ICollection<DeploymentContributorConfigurationFile> -> unit
override OnApplyDeploymentConfiguration :
context:DeploymentContributorContext *
configurationFiles:ICollection<DeploymentContributorConfigurationFile> -> unit
protected override function OnApplyDeploymentConfiguration(
context : DeploymentContributorContext,
configurationFiles : ICollection<DeploymentContributorConfigurationFile>
)
參數
- context
型別:Microsoft.Data.Schema.Build.DeploymentContributorContext
DeploymentContributorContext 物件。
- configurationFiles
型別:System.Collections.Generic.ICollection<DeploymentContributorConfigurationFile>
型別為 ContributorConfigurationFile 的 IList<T>。
備註
如需如何處理事件的詳細資訊,請參閱使用事件。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
RefactoringDeploymentContributor 類別
Microsoft.Data.Schema.Refactoring 命名空間
OnEstablishDeploymentConfiguration