DTSPIPELINEVERSION Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum class DTSPIPELINEVERSION
public enum DTSPIPELINEVERSION
type DTSPIPELINEVERSION =
Public Enum DTSPIPELINEVERSION
- Inheritance
-
DTSPIPELINEVERSION
Fields
Name | Value | Description |
---|---|---|
DTSPIPELINE_CURRENTVERSION | 0 |
Remarks
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.