此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Displays the help dialog box with the help contents for the specified keyword and identifier.
命名空間: Microsoft.ReportingServices.Interfaces
組件: Microsoft.ReportingServices.QueryDesigners (在 Microsoft.ReportingServices.QueryDesigners.dll 中)
語法
'宣告
Sub ShowHelp ( _
ctl As Control, _
helpKeyword As String, _
helpId As Integer _
)
'用途
Dim instance As IQueryDesignerHelpImpl
Dim ctl As Control
Dim helpKeyword As String
Dim helpId As Integer
instance.ShowHelp(ctl, helpKeyword, helpId)
void ShowHelp(
Control ctl,
string helpKeyword,
int helpId
)
void ShowHelp(
Control^ ctl,
String^ helpKeyword,
int helpId
)
abstract ShowHelp :
ctl:Control *
helpKeyword:string *
helpId:int -> unit
function ShowHelp(
ctl : Control,
helpKeyword : String,
helpId : int
)
參數
- ctl
型別:System.Windows.Forms.Control
The parent of this help dialog box.
- helpKeyword
型別:System.String
The keyword to display help for.
- helpId
型別:System.Int32
The identifier of the help contents.