Méthode SetHelpContext
Sets the help context for the exception.
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
Protected Friend Function SetHelpContext ( _
resource As String _
) As DmfException
'Utilisation
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
Paramètres
- resource
Type : System. . :: . .String
A String value that specifies the resource file that contains the help context for the exception.
Valeur de retour
Type : Microsoft.SqlServer.Management.Dmf. . :: . .DmfException
A DmfException object initialized with the specified help context information.