Procedure constants control interpretation of the text of a stored procedure record.
| Constant | Value | Description |
|---|---|---|
| SQLDMOProc_Extended | 2 | StoredProcedure object references an extended stored procedure |
| SQLDMOProc_Macro | 3 | Reserved for future use |
| SQLDMOProc_ReplicationFilter | 4 | Reserved for future use |
| SQLDMOProc_Standard | 1 | StoredProcedure object references a Microsoft® SQL Server™ stored procedure |
| SQLDMOProc_Unknown | 0 | Bad or invalid value |