Método IntegrationServicesException.SetHelpContext
Sets the help context based on the resource string that is passed.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxe
'Declaração
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 de retorno
Tipo: Microsoft.SqlServer.Management.IntegrationServices.IntegrationServicesException
The help context.
Consulte também
Referência
IntegrationServicesException Classe
Namespace Microsoft.SqlServer.Management.IntegrationServices