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
Public method DeploymentPlanProblem Initializes a new instance of the DeploymentPlanProblem class.

Top

Properties

  Name Description
Public property Category Specifies a category for a deployment plan problem.
Public property Element Gets or sets the model element in the target where the problem occurred.
Public property PlanElement Gets or sets the model element in the plan where the problem occurred.

Top

Methods

  Name Description
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Protected method GetElementName Returns the escaped, fully qualified name of the provided element.
Public method GetErrorCode Returns an error code that is appropriate for the assigned category.
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetSeverity Returns the severity level for the assigned category.
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.Data.Schema.Build Namespace

DeploymentPlan