Поделиться через


Метод SetHelpContext

Sets the help context for the exception.

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

Синтаксис

'Декларация
Protected Friend Function SetHelpContext ( _
    resource As String _
) As DmfException
'Применение
Dim resource As String
Dim returnValue As DmfException

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

Параметры

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

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