Enum SsisComponentPropertyPersistState
Namespace: Varigence.Languages.Biml.Transformation
Assembly: Biml.dll
C#
public enum SsisComponentPropertyPersistState
Fields
Fields | Description |
---|---|
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. |