HResults.DTS_E_CANTADDREMOVEWHENEXECUTING Field
Cannot add or remove an element from a package in runtime mode. This error occurs when an attempt is made to add or remove an object from a collection while the package is executing.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)
Syntax
'Declaration
Public Const DTS_E_CANTADDREMOVEWHENEXECUTING As Integer
public const int DTS_E_CANTADDREMOVEWHENEXECUTING
public:
literal int DTS_E_CANTADDREMOVEWHENEXECUTING
public static final int DTS_E_CANTADDREMOVEWHENEXECUTING
public const var DTS_E_CANTADDREMOVEWHENEXECUTING : int
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
HResults Class
HResults Members
Microsoft.SqlServer.Dts.Runtime Namespace