DeploymentPlanProblem.Category-Eigenschaft

Gibt eine Kategorie für ein Bereitstellungsplanproblem an.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Property Category As DeploymentPlanProblem..::..ProblemCategory
    Get
    Set
public DeploymentPlanProblem..::..ProblemCategory Category { get; set; }
public:
property DeploymentPlanProblem..::..ProblemCategory Category {
    DeploymentPlanProblem..::..ProblemCategory get ();
    void set (DeploymentPlanProblem..::..ProblemCategory value);
}
member Category : DeploymentPlanProblem..::..ProblemCategory with get, set
function get Category () : DeploymentPlanProblem..::..ProblemCategory
function set Category (value : DeploymentPlanProblem..::..ProblemCategory)

Eigenschaftswert

Typ: Microsoft.Data.Schema.Build.DeploymentPlanProblem.ProblemCategory
Die Problemkategorie.Der Standardwert ist None.

.NET Framework-Sicherheit

Siehe auch

Referenz

DeploymentPlanProblem Klasse

Microsoft.Data.Schema.Build-Namespace

DeploymentPlanProblem.ProblemCategory