다음을 통해 공유


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 네임스페이스