RefactoringDeploymentContributor.OnApplyDeploymentConfiguration, méthode
Appelé lorsque la configuration de déploiement a été appliquée au collaborateur.
Espace de noms : Microsoft.Data.Schema.Refactoring
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
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>
)
Paramètres
- context
Type : Microsoft.Data.Schema.Build.DeploymentContributorContext
Objet DeploymentContributorContext.
- configurationFiles
Type : System.Collections.Generic.ICollection<DeploymentContributorConfigurationFile>
IList<T> de type ContributorConfigurationFile.
Notes
Pour plus d'informations sur la gestion d'événements, consultez Consommation d'événements.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
RefactoringDeploymentContributor Classe
Microsoft.Data.Schema.Refactoring, espace de noms
OnEstablishDeploymentConfiguration