Partager via


Propriété IComponentErrorInfo.HelpContext

Returns the identifier of the topic in the Help file.

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

Syntaxe

'Déclaration
ReadOnly Property HelpContext As Integer 
    Get
'Utilisation
Dim instance As IComponentErrorInfo 
Dim value As Integer 

value = instance.HelpContext
int HelpContext { get; }
property int HelpContext {
    int get ();
}
abstract HelpContext : int
function get HelpContext () : int

Valeur de propriété

Type : System.Int32
An Integer containing the topic identifier.

Voir aussi

Référence

IComponentErrorInfo Interface

Espace de noms Microsoft.SqlServer.Dts.Design