Freigeben über


HelpLink-Eigenschaft

Gets a link to the help file associated with this exception. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property HelpLink As String
    Get
'Usage
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

Eigenschaftswert

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

Implementiert

_Exception. . :: . .HelpLink