Partager via


Propriété IComponentErrorInfo.HelpFile

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

Espace de noms :  Microsoft.SqlServer.Dts.Design
Assembly :  Microsoft.SqlServer.Dts.Design (en Microsoft.SqlServer.Dts.Design.dll)

Syntaxe

'Déclaration
ReadOnly Property HelpFile As String 
    Get
'Utilisation
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

Valeur de propriété

Type : System.String
A String containing the path to the Help file.

Voir aussi

Référence

IComponentErrorInfo Interface

Espace de noms Microsoft.SqlServer.Dts.Design