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
- resource
Type: System.String
A String value.
Return Value
Type: Microsoft.SqlServer.Management.Dac.DacException
A String value.