次の方法で共有


HelpContextAttribute コンストラクター (String)

F1 キーワード パラメーターを使用して、HelpContextAttribute クラスの新しいインスタンスを初期化します。

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

構文

'宣言
Public Sub New ( _
    f1Keyword As String _
)
'使用
Dim f1Keyword As String 

Dim instance As New HelpContextAttribute(f1Keyword)
public HelpContextAttribute(
    string f1Keyword
)
public:
HelpContextAttribute(
    String^ f1Keyword
)
new : 
        f1Keyword:string -> HelpContextAttribute
public function HelpContextAttribute(
    f1Keyword : String
)

パラメーター

  • f1Keyword
    型: System.String
    表示するヘルプ トピックのキーワードです。

関連項目

参照

HelpContextAttribute クラス

HelpContextAttribute オーバーロード

Microsoft.SqlServer.Dts.Design 名前空間