Compartir a través de


DeploymentPlanProblem.Category (Propiedad)

Especifica una categoría para un problema del plan de implementación.

Espacio de nombres:  Microsoft.Data.Schema.Build
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: Microsoft.Data.Schema.Build.DeploymentPlanProblem.ProblemCategory
Categoría del problema.El valor predeterminado es None.

Seguridad de .NET Framework

Vea también

Referencia

DeploymentPlanProblem Clase

Microsoft.Data.Schema.Build (Espacio de nombres)

DeploymentPlanProblem.ProblemCategory