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