หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Gets or sets a String containing any filters that are in place to narrow down the search in the Help collection.
Namespace: Microsoft.SqlServer.Dts.Design
Assembly: Microsoft.SqlServer.Dts.Design (in Microsoft.SqlServer.Dts.Design.dll)
Syntax
'Declaration
Public ReadOnly Property HelpFilter As String
Get
'Usage
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
Property Value
Type: System.String
A String containing any filters that are in place to narrow down the search in the Help collection.