नोट
इस पेज तक पहुँच के लिए प्रमाणन की आवश्यकता होती है. आप साइन इन करने या निर्देशिकाओं को बदलने का प्रयास कर सकते हैं.
इस पेज तक पहुँच के लिए प्रमाणन की आवश्यकता होती है. आप निर्देशिकाओं को बदलने का प्रयास कर सकते हैं.
Initializes a new instance of the HelpContextAttribute class by using the F1 keyword, collection, and filter parameters.
Namespace: Microsoft.SqlServer.Dts.Design
Assembly: Microsoft.SqlServer.Dts.Design (in microsoft.sqlserver.dts.design.dll)
Syntax
'Declaration
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
)
Parameters
- helpCollection
The Help collection from which to retrieve the Help.
- helpFilter
The filter applied to the Help.
- f1Keyword
The keyword of the Help topic to display.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
HelpContextAttribute Class
HelpContextAttribute Members
Microsoft.SqlServer.Dts.Design Namespace