共用方式為


DtsPipelineComponentAttribute.HelpKeyword 屬性

Gets or sets the help keyword associated with the component.

命名空間:  Microsoft.SqlServer.Dts.Pipeline
組件:  Microsoft.SqlServer.PipelineHost (在 Microsoft.SqlServer.PipelineHost.dll 中)

語法

'宣告
Public Property HelpKeyword As String 
    Get 
    Set
'用途
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)

屬性值

型別:System.String
The help keyword.

請參閱

參考

DtsPipelineComponentAttribute 類別

Microsoft.SqlServer.Dts.Pipeline 命名空間