Метод RegisteredServerException.SetHelpContext

Sets the help context for the exception.

Пространство имен:  Microsoft.SqlServer.Management.RegisteredServers
Сборка:  Microsoft.SqlServer.Management.RegisteredServers (в Microsoft.SqlServer.Management.RegisteredServers.dll)

Синтаксис

'Декларация
Protected Friend Function SetHelpContext ( _
    resource As String _
) As RegisteredServerException
'Применение
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

Параметры

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

Возвращаемое значение

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

См. также

Справочник

RegisteredServerException Класс

Пространство имен Microsoft.SqlServer.Management.RegisteredServers