Método XEventException.SetHelpContext
Sets help context for an instance of the XEventException class.
Namespace: Microsoft.SqlServer.Management.XEvent
Assembly: Microsoft.SqlServer.Management.XEvent (em Microsoft.SqlServer.Management.XEvent.dll)
Sintaxe
'Declaração
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 de retorno
Tipo: Microsoft.SqlServer.Management.XEvent.XEventException
Returns the current XEventException object.