PROCEDURES
所有存储过程
表1 PROCEDURES
列名称 | 类型 | 说明 |
---|---|---|
name | name | 对象名称 |
object_id | oid | 对象 ID |
principal_id | oid | 对象 owner 的oid。 如果当前owner与schema为同一个owner,则返回NULL 如果是以下类型,则也直接返回NULL值: C D F PK TR UQ |
schema_id | oid | 所属 schema 的 ID |
parent_object_id | oid | 返回对象所属的 parent 对象 ID |
type | char(2) | 返回 P |
type_desc | nvarchar(60) | 返回 SQL_STORED_PROCEDURE |
create_date | timestamp | 对象创建日期 |
modify_date | timestamp | 对象修改日期 |
is_ms_shipped | bit | 是否为系统内部对象 如系统表、视图等返回 1用户表等返回 0 |
is_published | bit | 对象是否发布 |
is_schema_published | bit | 是否只发布架构 |
is_auto_executed | bit | 返回 0 |
is_execution_replicated | bit | 返回 0 |
is_repl_serializable_only | bit | 返回 0 |
skips_repl_constraints | bit | 返回 0 |
意见反馈