Compartilhar via


Propriedade do RDL PipelineComponentInfo.HelpKeyword

Gets the help keyword for the component information.

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

Sintaxe

'Declaração
Public ReadOnly Property HelpKeyword As String 
    Get
'Uso
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

Valor da propriedade

Tipo: System.String
The help keyword.

Consulte também

Referência

PipelineComponentInfo Classe

Namespace Microsoft.SqlServer.Dts.Runtime