Data Management Object Model Reference

IEventHandlers Interface

IEventHandlers interface manages the collection of events inside the transformation.

For a list of all members of this type, see IEventHandlers Members.

[Visual Basic]
Public Interface IEventHandlers
[C#]
public interface IEventHandlers

Types that implement IEventHandlers

Type Description
EventHandlers Represent the collection of EventHandlers.

Remarks

Events are predefined by DMOM and any programatically added events will be ignored.

Requirements

Namespace: SPSSMR.Data.Transformations

Assembly: SPSSMR.Data.Transformations (in SPSSMR.Data.Transformations.dll)

See Also

IEventHandlers Members | SPSSMR.Data.Transformations Namespace