次の方法で共有


DtsTaskAttribute.HelpKeyword プロパティ

タスク オブジェクトに関連付けられたヘルプ キーワードを取得します。値の設定も可能です。

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

構文

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

value = instance.HelpKeyword

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

プロパティ値

型: System.String
ヘルプ キーワードです。

関連項目

参照

DtsTaskAttribute クラス

Microsoft.SqlServer.Dts.Runtime 名前空間