Enum SsisComponentPropertyPersistState
C#
public enum SsisComponentPropertyPersistState
Fields
| Default | Stores the property value directly in the package XML. |
| PersistAsCDATA | Wraps the property value in CDATA tags in the package XML. |
| PersistAsHex | Stores the property value as a hexadecimal value in the package XML. |