RefactoringDeploymentContributor.OnEstablishDeploymentConfiguration-Methode
Wird während des Buildprozesses aufgerufen, um eine Konfigurationsdatei auszugeben, die beim Zusammenführen von Konfigurationsdateien mit Umgestaltungserweiterungen erstellt wurde.
Namespace: Microsoft.Data.Schema.Refactoring
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Protected Overrides Sub OnEstablishDeploymentConfiguration ( _
setup As DeploymentContributorConfigurationSetup _
)
protected override void OnEstablishDeploymentConfiguration(
DeploymentContributorConfigurationSetup setup
)
protected:
virtual void OnEstablishDeploymentConfiguration(
DeploymentContributorConfigurationSetup^ setup
) override
abstract OnEstablishDeploymentConfiguration :
setup:DeploymentContributorConfigurationSetup -> unit
override OnEstablishDeploymentConfiguration :
setup:DeploymentContributorConfigurationSetup -> unit
protected override function OnEstablishDeploymentConfiguration(
setup : DeploymentContributorConfigurationSetup
)
Parameter
- setup
Typ: Microsoft.Data.Schema.Build.DeploymentContributorConfigurationSetup
Ein DeploymentContributorConfigurationSetup-Objekt.
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
DeploymentContributorConfigurationSetup