rs_helpobjfstring

Displays the parameters and function-string text for target scope function strings.

Syntax

rs_helpobjfstring data_server, database, [owner.]object_name[, function_name]

Parameters

Examples

Usage

  • If you do not supply a function_name, rs_helpobjfstring displays all function strings of the object.

  • If you supply a function_name, rs_helpobjfstring displays function strings that match function_name, such as rs_insert, rs_delete, rs_update, and rs_select, or a user-defined function.

  • System-generated default function strings have no function-string text stored in the RSSD. For these function strings, rs_helpobjfstring shows “System-Supplied Transact-SQL Statement”.