Share via


DtsPipelineComponentAttribute.HelpKeyword Property

Gets or sets the help keyword associated with the component.

Namespace:  Microsoft.SqlServer.Dts.Pipeline
Assembly:  Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)

Syntax

'Declaration
Public Property HelpKeyword As String 
    Get 
    Set
'Usage
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)

Property Value

Type: System.String
The help keyword.

See Also

Reference

DtsPipelineComponentAttribute Class

Microsoft.SqlServer.Dts.Pipeline Namespace