Share via


DtsPipelineComponentAttribute.HelpCollection Property

Gets or sets the help collection from which to retrieve the help.

Namespace:  Microsoft.SqlServer.Dts.Pipeline
Assembly:  Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)

Syntax

'Declaration
Public Property HelpCollection As String 
    Get 
    Set
'Usage
Dim instance As DtsPipelineComponentAttribute 
Dim value As String 

value = instance.HelpCollection

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

Property Value

Type: System.String
The Help collection.

See Also

Reference

DtsPipelineComponentAttribute Class

Microsoft.SqlServer.Dts.Pipeline Namespace