Propriété DtsPipelineComponentAttribute.HelpCollection
Gets or sets the help collection from which to retrieve the help.
Espace de noms : Microsoft.SqlServer.Dts.Pipeline
Assembly : Microsoft.SqlServer.PipelineHost (en Microsoft.SqlServer.PipelineHost.dll)
Syntaxe
'Déclaration
Public Property HelpCollection As String
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.String
The Help collection.