Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Sets the help context based on the resource string that is passed.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
Protected Friend Function SetHelpContext ( _
resource As String _
) As IntegrationServicesException
'Usage
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
Parameters
- resource
Type: System.String
The name of the resource that threw the exception.
Return Value
Type: Microsoft.SqlServer.Management.IntegrationServices.IntegrationServicesException
The help context.
See Also
Reference
IntegrationServicesException Class
Microsoft.SqlServer.Management.IntegrationServices Namespace