XEventException.SetHelpContext 메서드
Sets help context for an instance of the XEventException class.
네임스페이스: Microsoft.SqlServer.Management.XEvent
어셈블리: Microsoft.SqlServer.Management.XEvent(Microsoft.SqlServer.Management.XEvent.dll)
구문
‘선언
Protected Friend Function SetHelpContext ( _
resource As String _
) As XEventException
‘사용 방법
Dim resource As String
Dim returnValue As XEventException
returnValue = Me.SetHelpContext(resource)
protected internal XEventException SetHelpContext(
string resource
)
protected public:
XEventException^ SetHelpContext(
String^ resource
)
member SetHelpContext :
resource:string -> XEventException
function SetHelpContext(
resource : String
) : XEventException
매개 변수
- resource
유형: System.String
A string value that specifies the resource identifier/locator.
반환 값
유형: Microsoft.SqlServer.Management.XEvent.XEventException
Returns the current XEventException object.