Share via


Méthode SetHelpContext

Sets the help context for the exception.

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

Syntaxe

'Déclaration
Protected Friend Function SetHelpContext ( _
    resource As String _
) As DmfException
'Utilisation
Dim resource As String
Dim returnValue As DmfException

returnValue = Me.SetHelpContext(resource)
protected internal DmfException SetHelpContext(
    string resource
)
protected public:
DmfException^ SetHelpContext(
    String^ resource
)
member SetHelpContext : 
        resource:string -> DmfException 
 function SetHelpContext(
    resource : String
) : DmfException

Paramètres

Valeur de retour

Type : Microsoft.SqlServer.Management.Dmf. . :: . .DmfException
A DmfException object initialized with the specified help context information.