DeploymentPlanContributor.OnExecute Method
Called by the Visual Studio Application Lifecycle Management (ALM) deployment engine to allow custom contributors to execute their unique tasks.
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Protected MustOverride Sub OnExecute ( _
context As DeploymentPlanContributorContext _
)
protected abstract void OnExecute(
DeploymentPlanContributorContext context
)
protected:
virtual void OnExecute(
DeploymentPlanContributorContext^ context
) abstract
abstract OnExecute :
context:DeploymentPlanContributorContext -> unit
protected abstract function OnExecute(
context : DeploymentPlanContributorContext
)
Parameters
- context
Type: Microsoft.Data.Schema.Build.DeploymentPlanContributorContext
A DeploymentPlanContributorContext object.
.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
DeploymentPlanContributor Class