Propriété DtsPipelineComponentAttribute.HelpKeyword

Gets or sets the help keyword associated with the component.

Espace de noms :  Microsoft.SqlServer.Dts.Pipeline
Assembly :  Microsoft.SqlServer.PipelineHost (en Microsoft.SqlServer.PipelineHost.dll)

Syntaxe

'Déclaration
Public Property HelpKeyword As String 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : System.String
The help keyword.

Voir aussi

Référence

DtsPipelineComponentAttribute Classe

Espace de noms Microsoft.SqlServer.Dts.Pipeline