Перечисление DTSProductLevel
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Specifies the SQL Server product edition.
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка: Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)
Синтаксис
'Декларация
Public Enumeration DTSProductLevel
'Применение
Dim instance As DTSProductLevel
public enum DTSProductLevel
public enum class DTSProductLevel
type DTSProductLevel
public enum DTSProductLevel
Элементы
Имя элемента | Описание | |
---|---|---|
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. |
Замечания
For more information, see DTSProductLevel.