IComponentErrorInfo.HelpFile 属性

Returns the path to the Help file that contains detailed information.

命名空间:  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
A String containing the path to the Help file.

请参阅

参考

IComponentErrorInfo 接口

Microsoft.SqlServer.Dts.Design 命名空间