Compartir a través de


XEventException.SetHelpContext Método

Sets help context for an instance of the XEventException class.

Espacio de nombres:  Microsoft.SqlServer.Management.XEvent
Ensamblado:  Microsoft.SqlServer.Management.XEvent (en Microsoft.SqlServer.Management.XEvent.dll)

Sintaxis

'Declaración
Protected Friend Function SetHelpContext ( _
    resource As String _
) As XEventException
'Uso
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

Parámetros

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

Valor devuelto

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

Vea también

Referencia

XEventException Clase

Espacio de nombres Microsoft.SqlServer.Management.XEvent