RelationsSignature 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 a string that lists the columns and their types for a SQL Server object. This is an internal procedure used by Modeling Services.
[Repository].[RelationsSignature] ( @schema, @relation )
Arguments
@schema
Type: sysname. The schema that owns the object.
@relation
Type: sysname. A SQL Server view or table object.
Return Types
nvarchar(max)