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