HResults.DTS_E_NOTSUSPENDED Field

Definition

MessageId: DTS_E_NOTSUSPENDED MessageText: Resume call failed because the package is not suspended. This occurs when the client calls resume, but the package is not suspended.

public: int DTS_E_NOTSUSPENDED = -1073631231;
public const int DTS_E_NOTSUSPENDED = -1073631231;
val mutable DTS_E_NOTSUSPENDED : int
Public Const DTS_E_NOTSUSPENDED As Integer  = -1073631231

Field Value

Value = -1073631231

Applies to