Поделиться через


Свойство DtsPipelineComponentAttribute.HelpCollection

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

Пространство имен:  Microsoft.SqlServer.Dts.Pipeline
Сборка:  Microsoft.SqlServer.PipelineHost (в Microsoft.SqlServer.PipelineHost.dll)

Синтаксис

'Декларация
Public Property HelpCollection As String 
    Get 
    Set
'Применение
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)

Значение свойства

Тип: System.String
The Help collection.

См. также

Справочник

DtsPipelineComponentAttribute Класс

Пространство имен Microsoft.SqlServer.Dts.Pipeline