DmfException.SetHelpContext メソッド

例外のヘルプ コンテキストを設定します。

名前空間:  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
    例外のヘルプ コンテキストを含むリソース ファイルを示す String 値です。

戻り値

型: Microsoft.SqlServer.Management.Dmf.DmfException
指定されたヘルプ コンテキスト情報を使用して初期化された DmfException オブジェクトです。

関連項目

参照

DmfException クラス

Microsoft.SqlServer.Management.Dmf 名前空間