Énumération DTSProductLevel
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Specifies the SQL Server product edition.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
Public Enumeration DTSProductLevel
'Utilisation
Dim instance As DTSProductLevel
public enum DTSProductLevel
public enum class DTSProductLevel
type DTSProductLevel
public enum DTSProductLevel
Membres
Nom de membre | 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. |
Notes
For more information, see DTSProductLevel.