DeploymentContributor.OnEstablishDeploymentConfiguration-Methode
Wird vom Bereitstellungsprozess in Visual Studio aufgerufen, um es dem Code zu ermöglichen, eine Bereitstellungskonfiguration zu ändern.
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Protected Overridable Sub OnEstablishDeploymentConfiguration ( _
setup As DeploymentContributorConfigurationSetup _
)
protected virtual void OnEstablishDeploymentConfiguration(
DeploymentContributorConfigurationSetup setup
)
protected:
virtual void OnEstablishDeploymentConfiguration(
DeploymentContributorConfigurationSetup^ setup
)
abstract OnEstablishDeploymentConfiguration :
setup:DeploymentContributorConfigurationSetup -> unit
override OnEstablishDeploymentConfiguration :
setup:DeploymentContributorConfigurationSetup -> unit
protected function OnEstablishDeploymentConfiguration(
setup : DeploymentContributorConfigurationSetup
)
Parameter
- setup
Typ: Microsoft.Data.Schema.Build.DeploymentContributorConfigurationSetup
Das aktuelle DeploymentContributorConfigurationFile-Objekt.
.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.