Enum ConfigurationType
C#
public enum ConfigurationType
Fields
None | Specifies that package configurations will not be automatically created. |
Sql | Specifies that package configurations will be automatically created and stored in a database table. |
Xml | Specifies that package configurations will be automatically created and stored in an XML file. |