Compartilhar via


Construtor HelpContextAttribute (String)

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

Namespace:  Microsoft.SqlServer.Dts.Design
Assembly:  Microsoft.SqlServer.Dts.Design (em Microsoft.SqlServer.Dts.Design.dll)

Sintaxe

'Declaração
Public Sub New ( _
    f1Keyword As String _
)
'Uso
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
)

Parâmetros

  • f1Keyword
    Tipo: System.String
    The keyword of the Help topic to display.

Consulte também

Referência

HelpContextAttribute Classe

Sobrecarregado HelpContextAttribute

Namespace Microsoft.SqlServer.Dts.Design