SetHelpContext 메서드

Sets the Help context value for the referenced exception.

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

구문

‘선언
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.