DtsPipelineComponentAttribute.HelpKeyword-Eigenschaft
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)
Eigenschaftswert
Typ: System.String
The help keyword.