Compartir a través de


IComponentErrorInfo.HelpFile Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Design
Ensamblado:  Microsoft.SqlServer.Dts.Design (en Microsoft.SqlServer.Dts.Design.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

IComponentErrorInfo Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Design