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 命名空间