Partager via


Propriété TaskInfo.HelpCollection

Gets the help collection from which to retrieve the help.

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

Syntaxe

'Déclaration
Public ReadOnly Property HelpCollection As String 
    Get
'Utilisation
Dim instance As TaskInfo 
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
The help collection.

Voir aussi

Référence

TaskInfo Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime