Metodo DmfException.SetHelpContext

Sets the help context for the exception.

Spazio dei nomi  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Sintassi

'Dichiarazione
Protected Friend Function SetHelpContext ( _
    resource As String _
) As DmfException
'Utilizzo
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

Parametri

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

Valore restituito

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

Vedere anche

Riferimento

DmfException Classe

Spazio dei nomi Microsoft.SqlServer.Management.Dmf