共用方式為


HelpContextAttribute.HelpCollection 屬性

Gets or sets a String containing the Help collection from which to retrieve the Help.

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

語法

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

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

屬性值

型別:System.String
A String containing the Help collection from which to obtain the Help.

請參閱

參考

HelpContextAttribute 類別

Microsoft.SqlServer.Dts.Design 命名空間