Méthode XEventException.SetHelpContext

Sets help context for an instance of the XEventException class.

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

Syntaxe

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

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

Paramètres

  • resource
    Type : System.String
    A string value that specifies the resource identifier/locator.

Valeur de retour

Type : Microsoft.SqlServer.Management.XEvent.XEventException
Returns the current XEventException object.

Voir aussi

Référence

XEventException Classe

Espace de noms Microsoft.SqlServer.Management.XEvent