Compartir a través de


HelpLink Propiedad

Gets a link to the help file associated with this exception. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

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

Sintaxis

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

Valor de la propiedad

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

Implementa

_Exception. . :: . .HelpLink