Partilhar via


Propriedade do RDL IComponentErrorInfo.HelpFile

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

Namespace:  Microsoft.SqlServer.Dts.Design
Assembly:  Microsoft.SqlServer.Dts.Design (em Microsoft.SqlServer.Dts.Design.dll)

Sintaxe

'Declaração
ReadOnly Property HelpFile As String 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

IComponentErrorInfo Interface

Namespace Microsoft.SqlServer.Dts.Design