在衍生類別中實作時,使用 Deployment 屬性值驗證計劃。
命名空間: Microsoft.Data.Schema.Build
組件: Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)
語法
'宣告
Function VerifyPlan ( _
plan As DeploymentPlan _
) As IList(Of DataSchemaError)
IList<DataSchemaError> VerifyPlan(
DeploymentPlan plan
)
IList<DataSchemaError^>^ VerifyPlan(
DeploymentPlan^ plan
)
abstract VerifyPlan :
plan:DeploymentPlan -> IList<DataSchemaError>
function VerifyPlan(
plan : DeploymentPlan
) : IList<DataSchemaError>
參數
傳回值
型別:System.Collections.Generic.IList<DataSchemaError>
在驗證程序期間發現的錯誤和警告清單。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
ISchemaDeploymentController 介面