DTSProductLevel Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the SQL Server product edition.
public enum class DTSProductLevel
public enum DTSProductLevel
type DTSProductLevel =
Public Enum DTSProductLevel
- Inheritance
-
DTSProductLevel
Fields
Name | Value | Description |
---|---|---|
None | 0 | Specifies no edition in particular. |
Workgroup | 10 | Specifies the Workgroup edition. |
Standard | 20 | Specifies the Standard edition. |
Enterprise | 30 | Specifies the Enterprise edition. |
Remarks
For more information on SQL Server editions, see Editions and Components of SQL Server 2014.