Compartilhar via


Propriedade do RDL PipelineComponentInfo.HelpCollection

Gets the help collection from which to retrieve the help.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)

Sintaxe

'Declaração
Public ReadOnly Property HelpCollection As String 
    Get
'Uso
Dim instance As PipelineComponentInfo 
Dim value As String 

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

Valor da propriedade

Tipo: System.String
The help collection.

Consulte também

Referência

PipelineComponentInfo Classe

Namespace Microsoft.SqlServer.Dts.Runtime