RelationsSignature Function (Repository Module)
[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.
RelationsSignature(@schema : Text(256), @relation : Text(256))
Arguments
@schema
Type: Text(256). The schema that owns the object.
@relation
Type: Text(256). A SQL Server view or table object.
Return Types
Text