Share via


DTSProductLevel Enumeration

Specifies the SQL Server product edition.

Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)

Syntax

'Declaration
Public Enumeration DTSProductLevel
public enum DTSProductLevel
public enum class DTSProductLevel
public enum DTSProductLevel
public enum DTSProductLevel

Members

Member name Description
Enterprise Specifies the Enterprise edition.
None Specifies no edition in particular.
Standard Specifies the Standard edition.
Workgroup Specifies the Workgroup edition.

Remarks

For more information on SQL Server editions, see Editions and Components of SQL Server 2005.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

Microsoft.SqlServer.Dts.Runtime Namespace