DataSchemaError.HelpKeyword 属性

获取或设置用于将错误与帮助文档相联系的关键字。

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

语法

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

属性值

类型:System.String
“帮助”关键字。

.NET Framework 安全性

请参见

参考

DataSchemaError 类

Microsoft.Data.Schema 命名空间