Partager via


HelpContextAttribute constructeur (String)

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

Espace de noms :  Microsoft.SqlServer.Dts.Design
Assembly :  Microsoft.SqlServer.Dts.Design (dans Microsoft.SqlServer.Dts.Design.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    f1Keyword As String _
)
'Utilisation
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
)

Paramètres