HResults.DTS_E_RAWEXISTSCREATEONCE Field

Definition

MessageId: DTS_E_RAWEXISTSCREATEONCE MessageText: Error occurred because the output file already exists and the WriteOption is set to Create Once. Set the WriteOption property to Create Always, or delete the file.

public: int DTS_E_RAWEXISTSCREATEONCE = -1071636385;
public const int DTS_E_RAWEXISTSCREATEONCE = -1071636385;
val mutable DTS_E_RAWEXISTSCREATEONCE : int
Public Const DTS_E_RAWEXISTSCREATEONCE As Integer  = -1071636385

Field Value

Value = -1071636385

Applies to