IntegrationServicesException.SetHelpContext(String) 方法

定义

基于传递的资源字符串设置帮助上下文。

protected public:
 Microsoft::SqlServer::Management::IntegrationServices::IntegrationServicesException ^ SetHelpContext(System::String ^ resource);
protected internal Microsoft.SqlServer.Management.IntegrationServices.IntegrationServicesException SetHelpContext (string resource);
member this.SetHelpContext : string -> Microsoft.SqlServer.Management.IntegrationServices.IntegrationServicesException
Protected Friend Function SetHelpContext (resource As String) As IntegrationServicesException

参数

resource
String

引发异常的资源的名称。

返回

帮助上下文。

适用于