HResults.DTS_E_EVENTHANDLERNOTALLOWED Field

Definition

MessageId: DTS_E_EVENTHANDLERNOTALLOWED MessageText: The task providing the custom event "%1!s!" does not allow this event to be handled in the package. The custom event was declared with AllowEventHandlers = FALSE.

public: int DTS_E_EVENTHANDLERNOTALLOWED = -1073659817;
public const int DTS_E_EVENTHANDLERNOTALLOWED = -1073659817;
val mutable DTS_E_EVENTHANDLERNOTALLOWED : int
Public Const DTS_E_EVENTHANDLERNOTALLOWED As Integer  = -1073659817

Field Value

Value = -1073659817

Applies to