Partager via


Propriété HelpContextAttribute.HelpCollection

Gets or sets a String containing the Help collection from which to retrieve the Help.

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

Syntaxe

'Déclaration
Public ReadOnly Property HelpCollection As String 
    Get
'Utilisation
Dim instance As HelpContextAttribute 
Dim value As String 

value = instance.HelpCollection
public string HelpCollection { get; }
public:
property String^ HelpCollection {
    String^ get ();
}
member HelpCollection : string
function get HelpCollection () : String

Valeur de propriété

Type : System.String
A String containing the Help collection from which to obtain the Help.

Voir aussi

Référence

HelpContextAttribute Classe

Espace de noms Microsoft.SqlServer.Dts.Design