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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.