共用方式為


DataRuleProperties.HelpUrl 屬性

取得內含此資料規則詳細資訊之說明檔的統一資源識別項 (URI)。

命名空間:  Microsoft.Data.Schema.StaticCodeAnalysis
組件:  Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)

語法

'宣告
Public Property HelpUrl As Uri
    Get
    Private Set
public Uri HelpUrl { get; private set; }
public:
property Uri^ HelpUrl {
    Uri^ get ();
    private: void set (Uri^ value);
}
member HelpUrl : Uri with get, private set
function get HelpUrl () : Uri
private function set HelpUrl (value : Uri)

屬性值

型別:System.Uri
Uri ,包含資料規則的說明檔 URL。

.NET Framework 安全性

請參閱

參考

DataRuleProperties 類別

Microsoft.Data.Schema.StaticCodeAnalysis 命名空間

DataRule