HelpContextAttribute Constructor (String, String, String)

F1 キーワード、コレクション、フィルタの各パラメータを使用して、HelpContextAttribute クラスの新しいインスタンスを初期化します。

名前空間: Microsoft.SqlServer.Dts.Design
アセンブリ: Microsoft.SqlServer.Dts.Design (microsoft.sqlserver.dts.design.dll 内)

構文

'宣言
Public Sub New ( _
    helpCollection As String, _
    helpFilter As String, _
    f1Keyword As String _
)
public HelpContextAttribute (
    string helpCollection,
    string helpFilter,
    string f1Keyword
)
public:
HelpContextAttribute (
    String^ helpCollection, 
    String^ helpFilter, 
    String^ f1Keyword
)
public HelpContextAttribute (
    String helpCollection, 
    String helpFilter, 
    String f1Keyword
)
public function HelpContextAttribute (
    helpCollection : String, 
    helpFilter : String, 
    f1Keyword : String
)

パラメータ

  • helpCollection
    ヘルプの取得元のヘルプ コレクションです。
  • helpFilter
    ヘルプに適用されるフィルタです。
  • f1Keyword
    表示するヘルプ トピックのキーワードです。

プラットフォーム

開発プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

対象プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

参照

関連項目

HelpContextAttribute Class
HelpContextAttribute Members
Microsoft.SqlServer.Dts.Design Namespace