Compartir a través de


PipelineComponentInfo.HelpKeyword Propiedad

Gets the help keyword for the component information.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
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 de la propiedad

Tipo: System.String
The help keyword.

Vea también

Referencia

PipelineComponentInfo Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime