DeploymentPlanProblem.Category 屬性
指定部署計劃問題的類別。
命名空間: Microsoft.Data.Schema.Build
組件: Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)
語法
'宣告
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)
屬性值
型別:Microsoft.Data.Schema.Build.DeploymentPlanProblem.ProblemCategory
問題的類別。預設值是 None。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。