Метод 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
Параметры
- resource
Тип: System. . :: . .String
A String value that specifies the resource file that contains the help context for the exception.
Возвращаемое значение
Тип: Microsoft.SqlServer.Management.Dmf. . :: . .DmfException
A DmfException object initialized with the specified help context information.