Compartir a través de


HelpLink Propiedad

Gets the help link for the exception.

Espacio de nombres:  Microsoft.SqlServer.Management.Dmf
Ensamblado:  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Sintaxis

'Declaración
Public Overrides ReadOnly Property HelpLink As String
    Get
'Uso
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

Valor de la propiedad

Tipo: System. . :: . .String
A String value that specifies the help link for the exception.

Implementa

_Exception. . :: . .HelpLink

Comentarios

Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.