Proprietà TaskInfo.HelpCollection

Gets the help collection from which to retrieve the help.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property HelpCollection As String 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.String
The help collection.

Vedere anche

Riferimento

TaskInfo Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime