Перечисление DTSPIPELINEVERSION
Specifies the version of the data flow engine installed on the computer.
Пространство имен: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Сборка: Microsoft.SqlServer.DTSPipelineWrap (в Microsoft.SqlServer.DTSPipelineWrap.dll)
Синтаксис
'Декларация
Public Enumeration DTSPIPELINEVERSION
'Применение
Dim instance As DTSPIPELINEVERSION
public enum DTSPIPELINEVERSION
public enum class DTSPIPELINEVERSION
type DTSPIPELINEVERSION
public enum DTSPIPELINEVERSION
Элементы
Имя элемента | Описание | |
---|---|---|
DTSPIPELINE_CURRENTVERSION | The version of the data flow engine installed on the local computer. |
Замечания
The DTSPIPELINEVERSION enumeration contains a single value, DTSPIPELINE_CURRENTVERSION, which indicates the version of the data flow engine installed on the local computer. When a component is loaded by the data flow engine, its PipelineVersion property is checked to ensure that the version of the data flow engine is the version that is compatible with the component.