Compartir a través de


PipelineComponentInfo.HelpCollection Propiedad

Gets the help collection from which to retrieve the help.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
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 de la propiedad

Tipo: System.String
The help collection.

Vea también

Referencia

PipelineComponentInfo Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime