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.