DTSProductLevel Enumeration
This API supports the product infrastructure and is not intended to be used directly from your code.
Specifies the SQL Server product edition.
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
| Member name | Description | |
|---|---|---|
| DTSPL_ENTERPRISE | Specifies the Enterprise edition. | |
| DTSPL_EXPRESS | Specifies the Express edition. | |
| DTSPL_NONE | Specifies no edition in particular. | |
| DTSPL_STANDARD | Specifies the Standard edition. | |
| DTSPL_WORKGROUP | Specifies the Workgroup edition. |
Show: