SfcException.SetHelpContext 메서드

Sets the help context value for the referenced exception. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다.

네임스페이스:  Microsoft.SqlServer.Management.Sdk.Sfc
어셈블리:  Microsoft.SqlServer.Management.Sdk.Sfc(Microsoft.SqlServer.Management.Sdk.Sfc.dll)

구문

‘선언
Protected Friend Function SetHelpContext ( _
    resource As String _
) As SfcException
‘사용 방법
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

매개 변수

  • resource
    유형: System.String
    The resource file that contains the help context for the referenced exception.

반환 값

유형: Microsoft.SqlServer.Management.Sdk.Sfc.SfcException
An SfcException object that specifies the exception with the help context.

참고 항목

참조

SfcException 클래스

Microsoft.SqlServer.Management.Sdk.Sfc 네임스페이스