Partilhar via


Propriedade do RDL DmfException.HelpLink

Gets the help link for the exception.

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

Sintaxe

'Declaração
Public Overrides ReadOnly Property HelpLink As String 
    Get
'Uso
Dim instance As DmfException 
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 value that specifies the help link for the exception.

Implementa

_Exception.HelpLink

Comentários

Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.

Exemplos

Manipulando exceções SMO

Consulte também

Referência

DmfException Classe

Namespace Microsoft.SqlServer.Management.Dmf