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 セキュリティ

  • 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

参照

DeploymentPlanProblem クラス

Microsoft.Data.Schema.Build 名前空間

DeploymentPlanProblem.ProblemCategory