Show TOC

rs_objfunctionsLocate this document in the navigation structure

Stores information about user functions for replication definitions.

Column

Datatype

Description

prsid

int

Site where the function is primary

funcname

varchar(255)

Name of the function

funcid

rs_id

ID of the function

objid

rs_id

Object ID of the replication definition or the target 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

Indexes
  • Clustered index on (objid)

  • Unique index on (objid, funcname)

  • Unique index on (funcid)