RegisteredServerException.SetHelpContext 메서드
Sets the help context for the exception.
네임스페이스: Microsoft.SqlServer.Management.RegisteredServers
어셈블리: Microsoft.SqlServer.Management.RegisteredServers(Microsoft.SqlServer.Management.RegisteredServers.dll)
구문
‘선언
Protected Friend Function SetHelpContext ( _
resource As String _
) As RegisteredServerException
‘사용 방법
Dim resource As String
Dim returnValue As RegisteredServerException
returnValue = Me.SetHelpContext(resource)
protected internal RegisteredServerException SetHelpContext(
string resource
)
protected public:
RegisteredServerException^ SetHelpContext(
String^ resource
)
member SetHelpContext :
resource:string -> RegisteredServerException
function SetHelpContext(
resource : String
) : RegisteredServerException
매개 변수
- resource
유형: System.String
A String value that specifies the resource file that contains the help context for the exception.
반환 값
유형: Microsoft.SqlServer.Management.RegisteredServers.RegisteredServerException
A RegisteredServerException object initialized with the specified help context information.