DeploymentScriptGenerator.OnExecute Method
This member overrides DeploymentPlanContributor.OnExecute(DeploymentPlanContributorContext).
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Protected Overrides Sub OnExecute ( _
context As DeploymentPlanContributorContext _
)
protected override void OnExecute(
DeploymentPlanContributorContext context
)
protected:
virtual void OnExecute(
DeploymentPlanContributorContext^ context
) override
abstract OnExecute :
context:DeploymentPlanContributorContext -> unit
override OnExecute :
context:DeploymentPlanContributorContext -> unit
protected override function OnExecute(
context : DeploymentPlanContributorContext
)
Parameters
.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.