共用方式為


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