Partager via


Méthode IntegrationServicesException.SetHelpContext

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

Espace de noms :  Microsoft.SqlServer.Management.IntegrationServices
Assembly :  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Syntaxe

'Déclaration
Protected Friend Function SetHelpContext ( _
    resource As String _
) As IntegrationServicesException
'Utilisation
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

Paramètres

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

Valeur de retour

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

Voir aussi

Référence

IntegrationServicesException Classe

Espace de noms Microsoft.SqlServer.Management.IntegrationServices