Metoda SfcException.SetHelpContext
Ustawia pomoc w kontekście wartość wyjątek odwołania.Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.
Przestrzeń nazw: Microsoft.SqlServer.Management.Sdk.Sfc
Zestaw: Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Składnia
'Deklaracja
Protected Friend Function SetHelpContext ( _
resource As String _
) As SfcException
'Użycie
Dim resource As String
Dim returnValue As SfcException
returnValue = Me.SetHelpContext(resource)
protected internal SfcException SetHelpContext(
string resource
)
protected public:
SfcException^ SetHelpContext(
String^ resource
)
member SetHelpContext :
resource:string -> SfcException
function SetHelpContext(
resource : String
) : SfcException
Parametry
- resource
Typ: System.String
Plik zasób zawiera kontekstu pomocy dla odwołania wyjątku.
Wartość zwracana
Typ: Microsoft.SqlServer.Management.Sdk.Sfc.SfcException
SfcException Obiekt, który określa wyjątek w kontekście pomocy.