F1Keyword 屬性

Gets or sets a String containing the keyword to be used in looking up Help.

命名空間:  Microsoft.SqlServer.Dts.Design
組件:  Microsoft.SqlServer.Dts.Design (在 Microsoft.SqlServer.Dts.Design.dll 中)

語法

'宣告
Public ReadOnly Property F1Keyword As String
    Get
'用途
Dim instance As HelpContextAttribute
Dim value As String

value = instance.F1Keyword
public string F1Keyword { get; }
public:
property String^ F1Keyword {
    String^ get ();
}
member F1Keyword : string
function get F1Keyword () : String

屬性值

型別:System. . :: . .String
A String containing the keyword to be used in looking up Help.