Partilhar via


Método DmfException.SetHelpContext

Sets the help context for the exception.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)

Sintaxe

'Declaração
Protected Friend Function SetHelpContext ( _
    resource As String _
) As DmfException
'Uso
Dim resource As String 
Dim returnValue As DmfException 

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

Parâmetros

  • resource
    Tipo: System.String
    A String value that specifies the resource file that contains the help context for the exception.

Valor de retorno

Tipo: Microsoft.SqlServer.Management.Dmf.DmfException
A DmfException object initialized with the specified help context information.

Consulte também

Referência

DmfException Classe

Namespace Microsoft.SqlServer.Management.Dmf