Partager via


SetHelpContext méthode

Espace de noms :  Microsoft.SqlServer.Management.Dmf
Assembly :  Microsoft.SqlServer.Dmf (dans 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