HResults.DTS_E_CANTCHANGEREADONLYATRUNTIME Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
MessageId: DTS_E_CANTCHANGEREADONLYATRUNTIME MessageText: 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.
public: int DTS_E_CANTCHANGEREADONLYATRUNTIME = -1073676272;
public const int DTS_E_CANTCHANGEREADONLYATRUNTIME = -1073676272;
val mutable DTS_E_CANTCHANGEREADONLYATRUNTIME : int
Public Const DTS_E_CANTCHANGEREADONLYATRUNTIME As Integer = -1073676272