Share via


DacException.SetHelpContext メソッド

Sets the help context for the help link.

名前空間:  Microsoft.SqlServer.Management.Dac
アセンブリ:  Microsoft.SqlServer.Management.Dac (Microsoft.SqlServer.Management.Dac.dll)

構文

'宣言

Protected Friend Function SetHelpContext ( _
    resource As  _
) As DacException
'使用

Dim resource As 
Dim returnValue As DacException

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

パラメーター

  • resource
    型:
    The resource.

戻り値

型: Microsoft.SqlServer.Management.Dac.DacException
The help context for the help link.

関連項目

参照

DacException クラス

Microsoft.SqlServer.Management.Dac 名前空間