Compartir a través de


SetHelpContext Método

Sets the help context for the exception.

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

Sintaxis

'Declaración
Protected Friend Function SetHelpContext ( _
    resource As String _
) As RegisteredServerException
'Uso
Dim resource As String
Dim returnValue As RegisteredServerException

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

Parámetros

Valor devuelto

Tipo: Microsoft.SqlServer.Management.RegisteredServers. . :: . .RegisteredServerException
A RegisteredServerException object initialized with the specified help context information.