ConfigurationType Enumeration
The ConfigurationType enumeration provides options for whether package configurations will be automatically created and where they will be stored.
Enumeration Values
Name | Summary |
---|---|
None | Specifies that package configurations will not be automatically created. |
Xml | Specifies that package configurations will be automatically created and stored in an XML file. |
Sql | Specifies that package configurations will be automatically created and stored in a database table. |