Propriété 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
Notes
Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.