Свойство IComponentErrorInfo.HelpContext

Returns the identifier of the topic in the Help file.

Пространство имен:  Microsoft.SqlServer.Dts.Design
Сборка:  Microsoft.SqlServer.Dts.Design (в Microsoft.SqlServer.Dts.Design.dll)

Синтаксис

'Декларация
ReadOnly Property HelpContext As Integer 
    Get
'Применение
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

Значение свойства

Тип: System.Int32
An Integer containing the topic identifier.

См. также

Справочник

IComponentErrorInfo Интерфейс

Пространство имен Microsoft.SqlServer.Dts.Design