Compartir a través de


DmfException.SetHelpContext Método

Sets the help context for the exception.

Espacio de nombres:  Microsoft.SqlServer.Management.Dmf
Ensamblado:  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Sintaxis

'Declaración
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 devuelto

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

Vea también

Referencia

DmfException Clase

Espacio de nombres Microsoft.SqlServer.Management.Dmf