次の方法で共有


TaskInfo.HelpCollection プロパティ

ヘルプの取得元となるヘルプ コレクションを取得します。

名前空間:  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
ヘルプ コレクションです。

関連項目

参照

TaskInfo クラス

Microsoft.SqlServer.Dts.Runtime 名前空間