Propriété DmfException.HelpLink

Gets the help link for the exception.

Espace de noms :  Microsoft.SqlServer.Management.Dmf
Assembly :  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Syntaxe

'Déclaration
Public Overrides ReadOnly Property HelpLink As String 
    Get
'Utilisation
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

Valeur de propriété

Type : System.String
A String value that specifies the help link for the exception.

Implémente

_Exception.HelpLink

Notes

Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.

Exemples

Gestion des exceptions SMO

Voir aussi

Référence

DmfException Classe

Espace de noms Microsoft.SqlServer.Management.Dmf