RefactoringDeploymentContributor.OnApplyDeploymentConfiguration-Methode
Wird aufgerufen, wenn die Bereitstellungskonfiguration für den Mitwirkenden übernommen wurde.
Namespace: Microsoft.Data.Schema.Refactoring
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
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>
)
Parameter
- context
Typ: Microsoft.Data.Schema.Build.DeploymentContributorContext
Ein DeploymentContributorContext-Objekt.
- configurationFiles
Typ: System.Collections.Generic.ICollection<DeploymentContributorConfigurationFile>
Ein IList<T> vom Typ ContributorConfigurationFile.
Hinweise
Weitere Informationen zur Ereignisbehandlung finden Sie unter Behandeln von Ereignissen.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.
Siehe auch
Referenz
RefactoringDeploymentContributor Klasse
Microsoft.Data.Schema.Refactoring-Namespace
OnEstablishDeploymentConfiguration