다음을 통해 공유


HelpContextAttribute 생성자 (String)

Initializes a new instance of the HelpContextAttribute class by using an F1 keyword parameter.

네임스페이스:  Microsoft.SqlServer.Dts.Design
어셈블리:  Microsoft.SqlServer.Dts.Design.dll의 Microsoft.SqlServer.Dts.Design

구문

‘선언
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
)

매개 변수