TaskInfo.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 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 de la propiedad
Tipo: System.String
The help collection.