RefactoringDeploymentContributor.OnApplyDeploymentConfiguration – metoda
Volána, když byla použita konfigurace nasazení Přispěvatel.
Obor názvů: Microsoft.Data.Schema.Refactoring
Sestavení: Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)
Syntaxe
'Deklarace
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>
)
Parametry
- context
Typ: Microsoft.Data.Schema.Build.DeploymentContributorContext
A DeploymentContributorContext objektu.
- configurationFiles
Typ: System.Collections.Generic.ICollection<DeploymentContributorConfigurationFile>
An IList<T> of type ContributorConfigurationFile.
Poznámky
Další informace o zpracování událostí, viz Zpracování událostí.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Odkaz
RefactoringDeploymentContributor Třída
Microsoft.Data.Schema.Refactoring – obor názvů
OnEstablishDeploymentConfiguration