共用方式為


ISchemaDeploymentController.VerifyPlan 方法

在衍生類別中實作時,使用 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 介面

Microsoft.Data.Schema.Build 命名空間

SchemaDeployment.OnVerifyPlan

Deployment

DeploymentPlan