Pré. | Proc. |
ConnectorConstraint Class
A ConnectorConstraint holds information about special conditions that apply to a connector. It is accessed through the Connector Constraints collection.Associated table in repository
t_connectorconstraintsConnectorConstraint Attributes
Attribute |
Remarks |
See also |
---|---|---|
ConnectorID |
Long Notes: Read/Write A local ID value (long) - system generated. |
|
Name |
String Notes: Read/Write The constraint name. |
|
Notes |
String Notes: Read/Write Notes about this constraint. |
|
ObjectType |
ObjectType Notes: Read only Distinguishes objects referenced through a Dispatch interface. |
ObjectType |
Type |
String Notes: Read/Write The constraint type. |
ConnectorConstraint Methods
Method |
Remarks |
See also |
---|---|---|
GetLastError() |
String Notes: Returns a string value describing the most recent error that occurred in relation to this object. |
|
Update() |
Boolean Notes: Update the current ConnectorConstraint object after modification or appending a new item. If False is returned, check the 'GetLastError()' function for more information. |