IntegrationServicesException.SetHelpContext 方法

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

命名空间:  Microsoft.SqlServer.Management.IntegrationServices
程序集:  Microsoft.SqlServer.Management.IntegrationServices(在 Microsoft.SqlServer.Management.IntegrationServices.dll 中)

语法

声明
Protected Friend Function SetHelpContext ( _
    resource As String _
) As IntegrationServicesException
用法
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

参数

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

返回值

类型:Microsoft.SqlServer.Management.IntegrationServices.IntegrationServicesException
The help context.

请参阅

参考

IntegrationServicesException 类

Microsoft.SqlServer.Management.IntegrationServices 命名空间