TaskInfo.HelpCollection 属性

Gets the help collection from which to retrieve the help.

命名空间:  Microsoft.SqlServer.Dts.Runtime
程序集:  Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)

语法

声明
Public ReadOnly Property HelpCollection As String 
    Get
用法
Dim instance As TaskInfo 
Dim value As String 

value = instance.HelpCollection
public string HelpCollection { get; }
public:
property String^ HelpCollection {
    String^ get ();
}
member HelpCollection : string
function get HelpCollection () : String

属性值

类型:System.String
The help collection.

请参阅

参考

TaskInfo 类

Microsoft.SqlServer.Dts.Runtime 命名空间