PipelineComponentInfo.HelpKeyword 屬性

Gets the help keyword for the component information.

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

語法

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

屬性值

型別:System.String
The help keyword.

請參閱

參考

PipelineComponentInfo 類別

Microsoft.SqlServer.Dts.Runtime 命名空間