HResults.DTS_E_RESERVEDNAMESPACE Field

Definition

MessageId: DTS_E_RESERVEDNAMESPACE MessageText: Error assigning namespace to the variable. The namespace "System" is reserved for system use. This error happens when a component or task attempts to create a variable with a namespace of "System".

public: int DTS_E_RESERVEDNAMESPACE = -1073676275;
public const int DTS_E_RESERVEDNAMESPACE = -1073676275;
val mutable DTS_E_RESERVEDNAMESPACE : int
Public Const DTS_E_RESERVEDNAMESPACE As Integer  = -1073676275

Field Value

Value = -1073676275

Applies to