Condividi tramite


Costruttore HelpContextAttribute (String)

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Design
Assembly:  Microsoft.SqlServer.Dts.Design (in Microsoft.SqlServer.Dts.Design.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    f1Keyword As String _
)
'Utilizzo
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
)

Parametri