ConnectorConstraint

Return to Introduction  Previous page  Next page

public Class

A ConnectorConstraint holds information about special conditions that apply to a connector. It is accessed through the Connector Constraints collection

Associated table in .EAP file: t_connectorconstraints

ConnectorConstraint Attributes

Attribute

Type

Notes

ConnectorID

Long

Read/Write. A local ID value (long) - system generated.

Name

String

Read/Write. The constraint name.

Type

String

Read/Write. The constraint type.

Notes

String

Read/Write. Notes about this constraint.

ObjectType

ObjectType

Read only.  Distinguishes objects referenced through a Dispatch interface.

ConnectorConstraint Methods

Method

Type

Notes

Update () 

Boolean 

Update the current ConnectorConstraint object after modification or appending a new item. If false is returned, check the GetLastError function for more information.

GetLastError () 

String

Returns a string value describing the most recent error that occurred in relation to this object.

This function is rarely used since an exception is thrown when an error occurs