共用方式為


SetHelpContext 方法

命名空間:  Microsoft.SqlServer.Management.Dmf
組件:  Microsoft.SqlServer.Dmf (在 Microsoft.SqlServer.Dmf.dll 中)

語法

'宣告
Protected Friend Function SetHelpContext ( _
    resource As String _
) As DmfException
'用途
Dim resource As String
Dim returnValue As DmfException

returnValue = Me.SetHelpContext(resource)
protected internal DmfException SetHelpContext(
    string resource
)
protected public:
DmfException^ SetHelpContext(
    String^ resource
)
member SetHelpContext : 
        resource:string -> DmfException 
 function SetHelpContext(
    resource : String
) : DmfException

參數