Champ DTS_E_CANTCHANGEREADONLYATRUNTIME
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.
Espace de noms : Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Syntaxe
'Déclaration
Public Const DTS_E_CANTCHANGEREADONLYATRUNTIME As Integer
'Utilisation
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