次の方法で共有


IComponentErrorInfo.HelpFile プロパティ

詳細情報を含むヘルプ ファイルへのパスを返します。

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

構文

'宣言
ReadOnly Property HelpFile As String 
    Get
'使用
Dim instance As IComponentErrorInfo 
Dim value As String 

value = instance.HelpFile
string HelpFile { get; }
property String^ HelpFile {
    String^ get ();
}
abstract HelpFile : string
function get HelpFile () : String

プロパティ値

型: System.String
ヘルプ ファイルへのパスを表す String です。

関連項目

参照

IComponentErrorInfo インターフェイス

Microsoft.SqlServer.Dts.Design 名前空間