Metodo XEventException.SetHelpContext

Sets help context for an instance of the XEventException class.

Spazio dei nomi  Microsoft.SqlServer.Management.XEvent
Assembly:  Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)

Sintassi

'Dichiarazione
Protected Friend Function SetHelpContext ( _
    resource As String _
) As XEventException
'Utilizzo
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

Parametri

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

Valore restituito

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

Vedere anche

Riferimento

XEventException Classe

Spazio dei nomi Microsoft.SqlServer.Management.XEvent