Records details associated with a Replication Server profile.
Column |
Datatype |
Description |
---|---|---|
profid |
rs_id |
Profile ID, a foreign key to the rs_profile table |
name |
varchar(255) |
Profile name. Can be an empty string |
pdetailtype |
int |
|
pdetailid |
rs_id |
Profile detail ID, a foreign key to the rs_systext table |
sequence |
int |
Indicates the profile detail sequence within a profile. Replication Server uses sequence to determine the order in which profile detail actions will be executed. Note: The create connection options for
Replication Server are always executed first regardless of how they
are identified by sequence in the profile detail.
|