在已向参与者应用部署配置时调用。
命名空间: 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