Compartir a través de


IntegrationServicesException.SetHelpContext Método

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

Espacio de nombres:  Microsoft.SqlServer.Management.IntegrationServices
Ensamblado:  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintaxis

'Declaración
Protected Friend Function SetHelpContext ( _
    resource As String _
) As IntegrationServicesException
'Uso
Dim resource As String 
Dim returnValue As IntegrationServicesException 

returnValue = Me.SetHelpContext(resource)
protected internal IntegrationServicesException SetHelpContext(
    string resource
)
protected public:
IntegrationServicesException^ SetHelpContext(
    String^ resource
)
member SetHelpContext : 
        resource:string -> IntegrationServicesException
function SetHelpContext(
    resource : String
) : IntegrationServicesException

Parámetros

  • resource
    Tipo: System.String
    The name of the resource that threw the exception.

Valor devuelto

Tipo: Microsoft.SqlServer.Management.IntegrationServices.IntegrationServicesException
The help context.

Vea también

Referencia

IntegrationServicesException Clase

Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices