次の方法で共有


DtsTaskAttribute.HelpCollection プロパティ

ヘルプの取得元となるヘルプ コレクションを取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Dts.Runtime
アセンブリ:  Microsoft.SqlServer.ManagedDTS (Microsoft.SqlServer.ManagedDTS.dll)

構文

'宣言
Public Property HelpCollection As String 
    Get 
    Set
'使用
Dim instance As DtsTaskAttribute 
Dim value As String 

value = instance.HelpCollection

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

プロパティ値

型: System.String
ヘルプ コレクションです。

関連項目

参照

DtsTaskAttribute クラス

Microsoft.SqlServer.Dts.Runtime 名前空間