Compartir a través de


DtsTaskAttribute.HelpCollection Propiedad

Gets or sets 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 Property HelpCollection As String 
    Get 
    Set
'Uso
Dim instance As DtsTaskAttribute 
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)

Valor de la propiedad

Tipo: System.String
The help collection.

Vea también

Referencia

DtsTaskAttribute Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime