Enum ConfigurationType
Namespace: Varigence.Languages.Biml.Task
Assembly: Biml.dll
C#
public enum ConfigurationType
- Inheritance
-
Fields
Name | Description |
---|---|
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. |