HResults.DTS_E_NODISPATCH Field

Definition

MessageId: DTS_E_NODISPATCH MessageText: The object does not implement IDispatch. This error occurs when a property object or properties collection attempts to access an IDispatch interface on an object.

public: int DTS_E_NODISPATCH = -1073614808;
public const int DTS_E_NODISPATCH = -1073614808;
val mutable DTS_E_NODISPATCH : int
Public Const DTS_E_NODISPATCH As Integer  = -1073614808

Field Value

Value = -1073614808

Applies to