DacException.SetHelpContext Method

Sets the help context for the help link.

Namespace:  Microsoft.SqlServer.Management.Dac
Assembly:  Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)

Syntax

'Declaration
Protected Friend Function SetHelpContext ( _
    resource As String _
) As DacException
'Usage
Dim resource As String
Dim returnValue As DacException

returnValue = Me.SetHelpContext(resource)
protected internal DacException SetHelpContext(
    string resource
)
protected public:
DacException^ SetHelpContext(
    String^ resource
)
member SetHelpContext : 
        resource:string -> DacException 
 function SetHelpContext(
    resource : String
) : DacException

Parameters

Return Value

Type: Microsoft.SqlServer.Management.Dac.DacException
The help context for the help link.

See Also

Reference

DacException Class

Microsoft.SqlServer.Management.Dac Namespace