LengthVarChar Function (Repository Schema)
[This content is no longer valid. For the latest information on "M", "Quadrant", SQL Server Modeling Services, and the Repository, see the Model Citizen blog.]
Returns the number of characters in a target ASCII string.
[Repository].[LengthVarChar] ( @string )
Arguments
@string
Type: varchar(max). The target ASCII string.
Return Types
bigint