faaObjectTagName
- Last UpdatedMar 18, 2021
- 1 minute read
Given a string in the form of "TagName [ ContainedName ]," returns the Tagname.
Syntax
SELECT dbo.faaObjectTagName(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 tagname is 255.