Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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. |