Proprietà DtsTaskAttribute.HelpCollection

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Public Property HelpCollection As String 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System.String
The help collection.

Vedere anche

Riferimento

DtsTaskAttribute Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime