IntegrationServicesException.SetHelpContext(String) Method

Definition

Sets the help context based on the resource string that is passed.

protected public:
 Microsoft::SqlServer::Management::IntegrationServices::IntegrationServicesException ^ SetHelpContext(System::String ^ resource);
protected internal Microsoft.SqlServer.Management.IntegrationServices.IntegrationServicesException SetHelpContext (string resource);
member this.SetHelpContext : string -> Microsoft.SqlServer.Management.IntegrationServices.IntegrationServicesException
Protected Friend Function SetHelpContext (resource As String) As IntegrationServicesException

Parameters

resource
String

The name of the resource that threw the exception.

Returns

The help context.

Applies to