SetHelpContext 메서드
전달된 리소스 문자열을 기준으로 도움말 컨텍스트를 설정합니다.
네임스페이스: Microsoft.SqlServer.Management.Collector
어셈블리: Microsoft.SqlServer.Management.Collector(Microsoft.SqlServer.Management.Collector.dll)
구문
‘선언
Protected Friend Function SetHelpContext ( _
resource As String _
) As CollectorException
‘사용 방법
Dim resource As String
Dim returnValue As CollectorException
returnValue = Me.SetHelpContext(resource)
protected internal CollectorException SetHelpContext(
string resource
)
protected public:
CollectorException^ SetHelpContext(
String^ resource
)
member SetHelpContext :
resource:string -> CollectorException
function SetHelpContext(
resource : String
) : CollectorException
매개 변수
- resource
유형: System. . :: . .String
예외를 발생시킨 리소스의 이름인 [T:System:String] 값입니다.
반환 값
유형: Microsoft.SqlServer.Management.Collector. . :: . .CollectorException
데이터 수집기 예외가 포함된 CollectorException 형식의 개체입니다.
주의
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.