PipelineComponentInfo.HelpCollection Property

Gets the help collection from which to retrieve the help.

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

Syntax

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

Property Value

Type: System.String
The help collection.

See Also

Reference

PipelineComponentInfo Class

Microsoft.SqlServer.Dts.Runtime Namespace