Поделиться через


Свойство DtsPipelineComponentAttribute.HelpKeyword

Gets or sets the help keyword associated with the component.

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

Синтаксис

'Декларация
Public Property HelpKeyword As String 
    Get 
    Set
'Применение
Dim instance As DtsPipelineComponentAttribute 
Dim value As String 

value = instance.HelpKeyword

instance.HelpKeyword = value
public string HelpKeyword { get; set; }
public:
property String^ HelpKeyword {
    String^ get ();
    void set (String^ value);
}
member HelpKeyword : string with get, set
function get HelpKeyword () : String 
function set HelpKeyword (value : String)

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

Тип: System.String
The help keyword.

См. также

Справочник

DtsPipelineComponentAttribute Класс

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