次の方法で共有


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
)

パラメーター