DTSPIPELINEVERSION Enum

Definition

Specifies the version of the data flow engine installed on the computer.

public enum class DTSPIPELINEVERSION
public enum DTSPIPELINEVERSION
type DTSPIPELINEVERSION = 
Public Enum DTSPIPELINEVERSION
Inheritance
DTSPIPELINEVERSION

Fields

DTSPIPELINE_CURRENTVERSION 0

The version of the data flow engine installed on the local computer.

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.

Applies to