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.