Metodo IntegrationServicesException.SetHelpContext
Sets the help context based on the resource string that is passed.
Spazio dei nomi Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintassi
'Dichiarazione
Protected Friend Function SetHelpContext ( _
resource As String _
) As IntegrationServicesException
'Utilizzo
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
Parametri
- resource
Tipo: System.String
The name of the resource that threw the exception.
Valore restituito
Tipo: Microsoft.SqlServer.Management.IntegrationServices.IntegrationServicesException
The help context.
Vedere anche
Riferimento
IntegrationServicesException Classe
Spazio dei nomi Microsoft.SqlServer.Management.IntegrationServices