Compartilhar via


Propriedade do RDL HelpLink

Gets a link to the SQL Server Help Web site.

Namespace:  Microsoft.SqlServer.Management.Utility
Assembly:  Microsoft.SqlServer.Management.Utility (em Microsoft.SqlServer.Management.Utility.dll)

Sintaxe

'Declaração
Public Overrides ReadOnly Property HelpLink As String
    Get
'Uso
Dim instance As UtilityException
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 String containing a link to the SQL Server Help Web site.

Implementa

_Exception. . :: . .HelpLink