SoftadminGuide.MenuItemProcedureParameter_Definition

Type: Table-valued function

Used to create temp table #MenuItemProcedureParameter, passed to the procedure SoftadminGuide.MenuItem_Create.

Resultsets

Resultset: #MenuItemProcedureParameter

Specify exactly one of these columns, and leave the rest as NULL:
* PassingField
* Boolean
* SettingName
* SessionVariable
* SpecialValue
Table count: repeated exactly once
Row count: no rows (only column metadata)
Columns
MenuItemGuid mandatory uniqueidentifier

The menu item calling the procedure.

Part mandatory varchar

One of Component, InfoSql and InsertUpdate.

ProcedureParameterName mandatory varchar

Name of the procedure.

PassingField optional varchar

Name of a passing field.

Boolean optional bit

A static bit value.

SettingName optional varchar

Name of a system setting who's value will be passed to the procedure.

SessionVariable optional varchar

Name of a session variable who's value will be passed to the procedure.

SpecialValue optional varchar

Name of a special value.