言語

UtilityException.SetHelpContext(String) メソッド

定義

例外のヘルプコンテキスト識別子を定義します。

protected public:
 Microsoft::SqlServer::Management::Utility::UtilityException ^ SetHelpContext(System::String ^ resource);
protected internal Microsoft.SqlServer.Management.Utility.UtilityException SetHelpContext(string resource);
member this.SetHelpContext : string -> Microsoft.SqlServer.Management.Utility.UtilityException
Protected Friend Function SetHelpContext (resource As String) As UtilityException

パラメーター

resource
String

UtilityExceptionオブジェクトのHelpコンテキストを表すString値です。

返品

Helpコンテキストを表す文字列です。

適用対象