SsisComponentPropertyPersistState Enumeration
SsisComponentPropertyPersistState Enumeration
Determines how a custom property is persisted in the package XML file.
Enumeration Values
| Name | Summary |
|---|---|
| Default | Stores the property value directly in the package XML. |
| PersistAsHex | Stores the property value as a hexadecimal value in the package XML. |
| PersistAsCDATA | Wraps the property value in CDATA tags in the package XML. |