Méthode SetHelpContext

Sets the help context for the help link.

Espace de noms :  Microsoft.SqlServer.Management.Dac
Assembly :  Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)

Syntaxe

'Déclaration
Protected Friend Function SetHelpContext ( _
    resource As String _
) As DacException
'Utilisation
Dim resource As String
Dim returnValue As DacException

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

Paramètres