共用方式為


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

參數