The -trigtype Option
The -trigtype options defines whether the attribute type is associated with a trigger server and, if it is, which kind of server. This option has the following form:
-trigtype [none | query | update]
where:
none Indicates the attribute is not associated with a trigger server. (This is the default.)
query Indicates that the attribute is associated with a query trigger. Query trigger servers can perform only queries.
update Indicates the attribute is associated with an update trigger. Update trigger servers can perform queries and updates.
Note: Update trigger servers are not supported in this release.
Once set the -trigtype option cannot be modified.
|