Udostępnij przez


Właściwość RegisteredServerException.HelpLink

Pobiera String wartości, który zawiera łącza do dodatkowych informacji o wyjątku.

Przestrzeń nazw:  Microsoft.SqlServer.Management.RegisteredServers
Zestaw:  Microsoft.SqlServer.Management.RegisteredServers (w Microsoft.SqlServer.Management.RegisteredServers.dll)

Składnia

'Deklaracja
Public Overrides ReadOnly Property HelpLink As String
    Get
'Użycie
Dim instance As RegisteredServerException
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

Wartość właściwości

Typ: System.String
A String wartości, który zawiera łącza do dodatkowych informacji o wyjątku.

Implementacje

_Exception.HelpLink