Propriedade do RDL TaskInfo.HelpCollection
Gets the help collection from which to retrieve the help.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)
Sintaxe
'Declaração
Public ReadOnly Property HelpCollection As String
Get
'Uso
Dim instance As TaskInfo
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 da propriedade
Tipo: System.String
The help collection.