共用方式為


HelpContextAttribute.HelpFilter 屬性

Gets or sets a String containing any filters that are in place to narrow down the search in the Help collection.

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

語法

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

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

屬性值

型別:System.String
A String containing any filters that are in place to narrow down the search in the Help collection.

請參閱

參考

HelpContextAttribute 類別

Microsoft.SqlServer.Dts.Design 命名空間