HResults.DTS_E_CANTCHANGEREADONLYATRUNTIME Field

An attempt change to a read-only attribute on variable "%1" occurred. This error happens when a read-only attribute for a variable is being changed at runtime. Read-only attributes can be changed only at design time.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
Public Const DTS_E_CANTCHANGEREADONLYATRUNTIME As Integer
'Usage
Dim value As Integer 

value = HResults.DTS_E_CANTCHANGEREADONLYATRUNTIME
public const int DTS_E_CANTCHANGEREADONLYATRUNTIME
public:
literal int DTS_E_CANTCHANGEREADONLYATRUNTIME
static val mutable DTS_E_CANTCHANGEREADONLYATRUNTIME: int
public const var DTS_E_CANTCHANGEREADONLYATRUNTIME : int

See Also

Reference

HResults Class

Microsoft.SqlServer.Dts.Runtime Namespace