Propriedade do RDL IntegrationServicesException.HelpLink
Gets a link to the help website.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxe
'Declaração
Public Overrides ReadOnly Property HelpLink As String
Get
'Uso
Dim instance As IntegrationServicesException
Dim value As String
value = instance.HelpLink
public override string HelpLink { get; }
public:
virtual property String^ HelpLink {
String^ get () override;
}
abstract HelpLink : string
override HelpLink : string
override function get HelpLink () : String
Valor da propriedade
Tipo: System.String
A link.
Implementa
Consulte também
Referência
IntegrationServicesException Classe
Namespace Microsoft.SqlServer.Management.IntegrationServices