id | int | Object ID to which this text applies. |
number | smallint | Number within procedure grouping, if grouped. 0 for entries that are not procedures. |
colid | smallint | Row sequence number for object definitions longer than 4,000 characters. |
status | smallint | For internal use only. |
ctext | varbinary(8000) | Actual text of the SQL definition statement. |
texttype | smallint | 0 = User-supplied comment; 1 = system-supplied comment; 4 = encrypted comment |
language | smallint | For internal use only. |
encrypted | bit | Indicates whether the procedure is encrypted: 0 = not encrypted; 1 = encrypted |
compressed | bit | Indicates whether or not the procedure is compressed: 0 = not compressed; 1 = compressed |
text | nvarchar(4000) | Actual text of the SQL definition statement. |