DataRuleProperties.HelpKeyword 属性

获取数据规则的“帮助”关键字。

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

语法

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

属性值

类型:System.String
一个 string,其中包含数据规则的“帮助”关键字。

.NET Framework 安全性

请参见

参考

DataRuleProperties 类

Microsoft.Data.Schema.StaticCodeAnalysis 命名空间

DataRule