DataRuleAttribute.DescriptionResourceId 属性

获取或设置描述的资源标识符。

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

语法

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

属性值

类型:System.String
一个 string,其中包含描述的资源标识符。

.NET Framework 安全性

请参见

参考

DataRuleAttribute 类

Microsoft.Data.Schema.StaticCodeAnalysis 命名空间