DeploymentPlanProblem.ProblemCategory Enumeration
Represents the possible categories for a DeploymentPlanProblem.
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Enumeration ProblemCategory
public enum ProblemCategory
public enum class ProblemCategory
type ProblemCategory
public enum ProblemCategory
Members
Member name | Description | |
---|---|---|
None | No category provided. | |
BlockingDependency | A dependency is blocking verification. | |
ObjectMissingFromTarget | An object is missing from the target database model. | |
TargetOnlyObjectLoss | An object in the target database has been lost. | |
PossibleDataLoss | Some data may have been lost. | |
PossibleRuntimeError | A runtime error may have occurred. | |
NotSupportedOperation | An unsupported operation is causing a problem. |