Compartir a través de


HelpLink Propiedad

Gets a link to the SQL Server Help Web site.

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

Sintaxis

'Declaración
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 de la propiedad

Tipo: System. . :: . .String
A String containing a link to the SQL Server Help Web site.

Implementa

_Exception. . :: . .HelpLink