SmoException.SetHelpContext 메서드

Sets the Help context value for the referenced exception.

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

구문

‘선언
Protected Friend Function SetHelpContext ( _
    resource As String _
) As SmoException
‘사용 방법
Dim resource As String 
Dim returnValue As SmoException 

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

매개 변수

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

반환 값

유형: Microsoft.SqlServer.Management.Smo.SmoException
An SmoException object value that specifies the exception with the Help context.

SMO 예외 처리

참고 항목

참조

SmoException 클래스

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