DataRuleProblem.Description 属性

获取或设置当前问题的说明。

命名空间:  Microsoft.Data.Schema.StaticCodeAnalysis
程序集:  Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)

语法

声明
Public Property Description As String
    Get
    Private Set
public string Description { get; private set; }
public:
property String^ Description {
    String^ get ();
    private: void set (String^ value);
}
member Description : string with get, private set
function get Description () : String
private function set Description (value : String)

属性值

类型:System.String

.NET Framework 安全性

请参见

参考

DataRuleProblem 类

Microsoft.Data.Schema.StaticCodeAnalysis 命名空间