DmfException.SetHelpContext 메서드

Sets the help context for the exception.

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

구문

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

매개 변수

  • resource
    유형: System.String
    A String value that specifies the resource file that contains the help context for the exception.

반환 값

유형: Microsoft.SqlServer.Management.Dmf.DmfException
A DmfException object initialized with the specified help context information.

참고 항목

참조

DmfException 클래스

Microsoft.SqlServer.Management.Dmf 네임스페이스