Partilhar via


Método RegisteredServerException.SetHelpContext

Sets the help context for the exception.

Namespace:  Microsoft.SqlServer.Management.RegisteredServers
Assembly:  Microsoft.SqlServer.Management.RegisteredServers (em Microsoft.SqlServer.Management.RegisteredServers.dll)

Sintaxe

'Declaração
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

  • resource
    Tipo: System.String
    A String value that specifies the resource file that contains the help context for the exception.

Valor de retorno

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

Consulte também

Referência

RegisteredServerException Classe

Namespace Microsoft.SqlServer.Management.RegisteredServers