Condividi tramite


Metodo SetHelpContext

Sets the help context for the exception.

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

Sintassi

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

Parametri

Valore restituito

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