Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Specifies the SQL Server product edition.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Public Enumeration DTSProductLevel
'Usage
Dim instance As DTSProductLevel
public enum DTSProductLevel
public enum class DTSProductLevel
type DTSProductLevel
public enum DTSProductLevel
Members
| 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. |
Remarks
For more information, see DTSProductLevel.