Freigeben über


DmfException.HelpLink-Eigenschaft

Gets the help link for the exception.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property HelpLink As String 
    Get
'Usage
Dim instance As DmfException 
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 String value that specifies the help link for the exception.

Implementiert

_Exception.HelpLink

Hinweise

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.

Beispiele

Behandeln von SMO-Ausnahmen

Siehe auch

Verweis

DmfException Klasse

Microsoft.SqlServer.Management.Dmf-Namespace