RefactoringDeploymentContributor.OnEstablishDeploymentConfiguration Method
Called during the build process to output a configuration file that is created when existing configuration files that have refactoring extensions are merged.
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
)
Parameters
- setup
Type: Microsoft.Data.Schema.Build.DeploymentContributorConfigurationSetup
A DeploymentContributorConfigurationSetup object.
Remarks
For more information about how to handle events, see Consuming Events.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
RefactoringDeploymentContributor Class
Microsoft.Data.Schema.Refactoring Namespace
DeploymentContributorConfigurationSetup