DTSProductLevel-Enumeration
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
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
Elemente
Elementname | Beschreibung | |
---|---|---|
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. |
Hinweise
For more information, see DTSProductLevel.