DeleteChoiceSink Method

Removes a ChoiceSink object from the collection.

Syntax

DeleteChoiceSink(ByVal Index as Long)

Parameters

Index

A 1-based index into the ChoiceSinks collection indicating which ChoiceSink object to delete.

Remarks

When a Choice sink is no longer needed, you can delete it with the DeleteChoiceSink method on the ChoiceSinks collection. If the Choices engine detects that a DTC object has been deleted, this method is performed automatically by the Choices. You rarely need to call this method directly.

Applies to   ChoiceSinks collection