Partager via


Propriété HelpContextAttribute.HelpFilter

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

Espace de noms :  Microsoft.SqlServer.Dts.Design
Assembly :  Microsoft.SqlServer.Dts.Design (en Microsoft.SqlServer.Dts.Design.dll)

Syntaxe

'Déclaration
Public ReadOnly Property HelpFilter As String 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

HelpContextAttribute Classe

Espace de noms Microsoft.SqlServer.Dts.Design