Compartir a través de


HelpLink Propiedad

Gets the Help link for further information from Microsoft about the SMO exception.

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

Sintaxis

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

Implementa

_Exception. . :: . .HelpLink