Partager via


DeploymentPlanProblem.Category, propriété

Spécifie une catégorie pour un problème lié au plan de déploiement.

Espace de noms :  Microsoft.Data.Schema.Build
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : Microsoft.Data.Schema.Build.DeploymentPlanProblem.ProblemCategory
Catégorie du problème.La valeur par défaut est None.

Sécurité .NET Framework

Voir aussi

Référence

DeploymentPlanProblem Classe

Microsoft.Data.Schema.Build, espace de noms

DeploymentPlanProblem.ProblemCategory