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

参数