Partager via


Méthode CollectorException.SetHelpContext

Sets the help context based on the resource string that is passed.

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

Syntaxe

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

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

Paramètres

  • resource
    Type : System.String
    A [T:System:String] value that is the name of the resource that threw the exception.

Valeur de retour

Type : Microsoft.SqlServer.Management.Collector.CollectorException
An object of type CollectorException containing data collector exceptions.

Notes

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Voir aussi

Référence

CollectorException Classe

Espace de noms Microsoft.SqlServer.Management.Collector