HResults.DTS_E_THREADCANCELLED Field

Definition

SSIS Error Code DTS_E_THREADCANCELLED. Thread "%1" received a shutdown signal and is terminating. The user requested a shutdown, or an error in another thread is causing the pipeline to shut down. There may be error messages posted before this with more information on why the thread was cancelled.

public: int DTS_E_THREADCANCELLED = -1073450951;
public const int DTS_E_THREADCANCELLED = -1073450951;
val mutable DTS_E_THREADCANCELLED : int
Public Const DTS_E_THREADCANCELLED As Integer  = -1073450951

Field Value

Value = -1073450951

Applies to