共用方式為


DeploymentScriptGenerator.OnExecute 方法

這個成員會覆寫 DeploymentPlanContributor.OnExecute(DeploymentPlanContributorContext)

命名空間:  Microsoft.Data.Schema.Build
組件:  Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)

語法

'宣告
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
)

參數

.NET Framework 安全性

請參閱

參考

DeploymentScriptGenerator 類別

Microsoft.Data.Schema.Build 命名空間