Compartilhar via


Propriedade do RDL HelpLink

Gets a link to the help file associated with this exception. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

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

Sintaxe

'Declaração
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 da propriedade

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

Implementa

_Exception. . :: . .HelpLink