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.dll의 Microsoft.SqlServer.Dts.Design
구문
‘선언
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.