DeploymentPlanGenerator.OnProcessProposal 方法
由 Visual Studio 部署計劃產生引擎呼叫,讓您的程式碼可以在比較模型之前擴充功能。
命名空間: Microsoft.Data.Schema.Build
組件: Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)
語法
'宣告
Protected Overridable Function OnProcessProposal ( _
targetOperation As TargetModelOperation _
) As Boolean
protected virtual bool OnProcessProposal(
TargetModelOperation targetOperation
)
protected:
virtual bool OnProcessProposal(
TargetModelOperation^ targetOperation
)
abstract OnProcessProposal :
targetOperation:TargetModelOperation -> bool
override OnProcessProposal :
targetOperation:TargetModelOperation -> bool
protected function OnProcessProposal(
targetOperation : TargetModelOperation
) : boolean
參數
- targetOperation
型別:Microsoft.Data.Schema.Build.TargetModelOperation
傳回值
型別:System.Boolean
預設的實作一律會傳回 false。
備註
這個方法的目的是要修改部署計劃,視需要保留重構意圖,並根據您提供的邏輯來減少資料處理多負載。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。