aaSystemNSExpand2
- Last UpdatedMar 18, 2021
- 1 minute read
Expands the tree view under a single object in the system namespace.
Note: This stored procedure is a simpler version of the aaSystemNSExpand stored procedure.
Syntax
aaSystemNSExpand2 PKey, FilterStr
where:
|
Argument |
Description |
|---|---|
|
PKey |
A local variable used to identify the object in the namespace. This value is of data type int, with no default. |
|
FilterStr |
Used to order the tagnames in the namespace. This value is of data type nvarchar(100), with a default of NULL. |
Permission
Execute permission defaults to the public group.