DeploymentPlanProblem Class
Represents a problem that was discovered when the deployment plan was verified.
Inheritance Hierarchy
System.Object
Microsoft.Data.Schema.Build.DeploymentPlanProblem
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Class DeploymentPlanProblem
public class DeploymentPlanProblem
public ref class DeploymentPlanProblem
type DeploymentPlanProblem = class end
public class DeploymentPlanProblem
The DeploymentPlanProblem type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DeploymentPlanProblem | Initializes a new instance of the DeploymentPlanProblem class. |
Top
Properties
Name | Description | |
---|---|---|
Category | Specifies a category for a deployment plan problem. | |
Element | Gets or sets the model element in the target where the problem occurred. | |
PlanElement | Gets or sets the model element in the plan where the problem occurred. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetElementName | Returns the escaped, fully qualified name of the provided element. | |
GetErrorCode | Returns an error code that is appropriate for the assigned category. | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetSeverity | Returns the severity level for the assigned category. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns the localized category string. (Overrides Object.ToString().) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.