Freigeben über


PipelineComponentInfo.HelpKeyword-Eigenschaft

Gets the help keyword for the component information.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
Public ReadOnly Property HelpKeyword As String 
    Get
'Usage
Dim instance As PipelineComponentInfo 
Dim value As String 

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

Eigenschaftswert

Typ: System.String
The help keyword.

Siehe auch

Verweis

PipelineComponentInfo Klasse

Microsoft.SqlServer.Dts.Runtime-Namespace