Compartir a través de


DtsPipelineComponentAttribute.HelpKeyword Propiedad

Gets or sets the help keyword associated with the component.

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline
Ensamblado:  Microsoft.SqlServer.PipelineHost (en Microsoft.SqlServer.PipelineHost.dll)

Sintaxis

'Declaración
Public Property HelpKeyword As String 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.String
The help keyword.

Vea también

Referencia

DtsPipelineComponentAttribute Clase

Espacio de nombres Microsoft.SqlServer.Dts.Pipeline