Stores information about user-defined functions against replication definitions in Replication Server. The same information is also stored in rs_objfunctions.
Column |
Datatype |
Description |
---|---|---|
prsid |
int |
Site where the function is primary |
funcname |
varchar(255) |
Function name |
funcid |
rs_id |
ID of the function |
objid |
rs_id |
Object to which the function applies. |
conflicting |
tinyint |
1 if the function is conflicting, 0 if not |
userdefined |
bit |
1 if this is a user-defined function, 0 if not |
rowtype |
tinyint |
1 if this row is replicated, 0 if not |