共用方式為


HelpLink 屬性

Gets a link to the help file associated with this exception. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。

命名空間:  Microsoft.SqlServer.Management.Sdk.Sfc
組件:  Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

語法

'宣告
Public Overrides ReadOnly Property HelpLink As String
    Get
'用途
Dim instance As SfcException
Dim value As String

value = instance.HelpLink
public override string HelpLink { get; }
public:
virtual property String^ HelpLink {
    String^ get () override;
}
abstract HelpLink : string
override HelpLink : string
override function get HelpLink () : String

屬性值

型別:System. . :: . .String
A link to the help file associated with this exception.

實作

_Exception. . :: . .HelpLink