Propriété PipelineComponentInfo.HelpKeyword

Gets the help keyword for the component information.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

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

Valeur de propriété

Type : System.String
The help keyword.

Voir aussi

Référence

PipelineComponentInfo Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime