DeploymentPlanProblem.ProblemCategory 枚举

表示 DeploymentPlanProblem 的可能类别。

命名空间:  Microsoft.Data.Schema.Build
程序集:  Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)

语法

声明
Public Enumeration ProblemCategory
public enum ProblemCategory
public enum class ProblemCategory
type ProblemCategory
public enum ProblemCategory

成员

成员名称 说明
None 未提供类别。
BlockingDependency 某个依赖项正在阻止验证。
ObjectMissingFromTarget 目标数据库模型中缺少某个对象。
TargetOnlyObjectLoss 已丢失目标数据库中的某个对象。
PossibleDataLoss 可能已丢失某些数据。
PossibleRuntimeError 可能发生了运行时错误。
NotSupportedOperation 不受支持的操作将导致问题。

请参见

参考

Microsoft.Data.Schema.Build 命名空间

DeploymentPlanProblem