DTSProductLevel Enum
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
C#
public enum DTSProductLevel
type DTSProductLevel =
Public Enum DTSProductLevel
- Inheritance
-
DTSProductLevel
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. |
For more information on SQL Server editions, see Editions and Components of SQL Server 2014.
منتج | الإصدارات |
---|---|
SQL Server .NET SDK | 2016, 2017, 2019 |