Skip to main content

Enum SsisComponentPropertyPersistState

Namespace: Varigence.Languages.Biml.Transformation

Assembly: Biml.dll

C#


public enum SsisComponentPropertyPersistState

Fields

FieldsDescription
DefaultStores the property value directly in the package XML.
PersistAsCDATAWraps the property value in CDATA tags in the package XML.
PersistAsHexStores the property value as a hexadecimal value in the package XML.