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.