DtsPipelineComponentAttribute.HelpKeyword プロパティ
コンポーネントに関連付けられているヘルプ キーワードを取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.Dts.Pipeline
アセンブリ: Microsoft.SqlServer.PipelineHost (Microsoft.SqlServer.PipelineHost.dll)
構文
'宣言
Public Property HelpKeyword As String
Get
Set
'使用
Dim instance As DtsPipelineComponentAttribute
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
ヘルプ キーワードです。