faaContainedName
- Last UpdatedMar 18, 2021
- 1 minute read
Given a string in the form of "TagName [ ContainedName ]," returns the ContainedName.
Syntax
SELECT dbo.faaContainedName(DisplayName)
Arguments
DisplayName
The name as it appears in the model view hierarchy. The display name format is: TagName [ ContainedName ].
Return Type
Nvarchar(255).
Remarks
The maximum number of characters for both the display name and the returned contained name is 255.