Click or drag to resize
ConversionStatus Enumeration
Represents the Microsoft SQL Server® tables' conversion status.

Namespace: KampData.TaxEngine.API.Enums
Assembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntax
public enum ConversionStatus
Members
  Member nameValueDescription
Unknown0 Status of table cannot be determined.
Successful1 Table converted without errors.
Missing2 Table is not found.
Convert3 Table requires conversion.
Failed4 Conversion process did not correct table.
Error5 Table is incorrect, and cannot be converted.
See Also